We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 384120c + 5db1b3a commit 59c6087Copy full SHA for 59c6087
.github/workflows/snyk-code.yml
@@ -4,6 +4,9 @@ name: Snyk Code (Golang)
4
5
on: # yamllint disable-line rule:truthy
6
push:
7
+ branches:
8
+ - '**' # matches every branch
9
+ - '!dependabot/**' # excludes master
10
pull_request:
11
workflow_dispatch:
12
0 commit comments