Skip to content

Commit b3df947

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/snyk-code.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ name: Snyk Code analysis
1010
on: # yamllint disable-line rule:truthy
1111
pull_request:
1212
push:
13+
branches-ignore:
14+
- 'dependabot/'
1315
workflow_dispatch:
1416

1517
jobs:

0 commit comments

Comments
 (0)