Skip to content

Commit 8341f16

Browse files
chore: update branch references in SCA workflow to use 'main' only
1 parent ef8c3c1 commit 8341f16

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/sca_scan.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: SCA
22

33
on:
44
push:
5-
branches: ["master", "main"]
5+
branches: ["main"]
6+
pull_request:
7+
branches: ["main"]
68

79
jobs:
810
snyk-cli:

0 commit comments

Comments
 (0)