Skip to content

Commit 9f903f1

Browse files
authored
Merge pull request #565 from sir-gon/develop
[CONFIG] [Github Actions] Avoid run on "push" for dependabot triggere…
2 parents d771733 + 5fcd6fd commit 9f903f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/snyk-code.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ name: Snyk Code analysis
1010
on: # yamllint disable-line rule:truthy
1111
pull_request:
1212
push:
13+
branches:
14+
- '**' # matches every branch
15+
- '!dependabot/**' # excludes master
1316
workflow_dispatch:
1417

1518
jobs:

0 commit comments

Comments
 (0)