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 412c85f + 07a9814 commit 32ae9a6Copy full SHA for 32ae9a6
.github/workflows/snyk-code.yml
@@ -5,6 +5,9 @@ name: Snyk Code analysis
5
on: # yamllint disable-line rule:truthy
6
pull_request:
7
push:
8
+ branches:
9
+ - '**' # matches every branch
10
+ - '!dependabot/**' # excludes master
11
workflow_dispatch:
12
13
jobs:
0 commit comments