Skip to content

Commit

Permalink
fix: skip jobs workflow for dependabot branch
Browse files Browse the repository at this point in the history
  • Loading branch information
krudi committed Sep 10, 2023
1 parent 9ce155e commit 5c7d06f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
branches:
- develop
- main
- "!dependabot/**"

pull_request:
branches:
- develop
- main
- "!dependabot/**"

jobs:
install:
Expand Down

0 comments on commit 5c7d06f

Please sign in to comment.