Skip to content

Commit 59c6087

Browse files
authored
Merge pull request #245 from sir-gon/develop
[CONFIG] [Github Actions] Avoid run on "push" for dependabot triggere…
2 parents 384120c + 5db1b3a commit 59c6087

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
@@ -4,6 +4,9 @@ name: Snyk Code (Golang)
44

55
on: # yamllint disable-line rule:truthy
66
push:
7+
branches:
8+
- '**' # matches every branch
9+
- '!dependabot/**' # excludes master
710
pull_request:
811
workflow_dispatch:
912

0 commit comments

Comments
 (0)