Skip to content

Commit b090c1d

Browse files
authored
Merge pull request #159 from RADAR-base/pvannierop-patch-3
Fix master branch reference in snyk.yaml action
2 parents 0301ae3 + 0dea664 commit b090c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Snyk test on PR commits
33
on:
44
pull_request:
55
branches:
6-
- main
6+
- master
77
- dev
88
- release-*
99

0 commit comments

Comments
 (0)