Skip to content

Commit 0dea664

Browse files
authored
Fix master branch reference in snyk.yaml action
1 parent 0301ae3 commit 0dea664

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)