Skip to content

Commit 32ae9a6

Browse files
authored
Merge pull request #617 from sir-gon/develop
[CONFIG] [Github Actions] Avoid run on "push" for dependabot triggere…
2 parents 412c85f + 07a9814 commit 32ae9a6

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
@@ -5,6 +5,9 @@ name: Snyk Code analysis
55
on: # yamllint disable-line rule:truthy
66
pull_request:
77
push:
8+
branches:
9+
- '**' # matches every branch
10+
- '!dependabot/**' # excludes master
811
workflow_dispatch:
912

1013
jobs:

0 commit comments

Comments
 (0)