Skip to content

Commit 9d2f147

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/pino-9.5.0
2 parents c6b3906 + 9f903f1 commit 9d2f147

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/snyk-code.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ name: Snyk Code analysis
1010
on: # yamllint disable-line rule:truthy
1111
pull_request:
1212
push:
13-
branches-ignore:
14-
- 'dependabot/'
13+
branches:
14+
- '**' # matches every branch
15+
- '!dependabot/**' # excludes master
1516
workflow_dispatch:
1617

1718
jobs:

0 commit comments

Comments
 (0)