Skip to content

Commit 03fc8c7

Browse files
committed
temp: redo the workflow conditions to run on my branch
1 parent a037178 commit 03fc8c7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/security_code_tests_v1.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: V1 Security code Tests
22

33
on:
44
push:
5-
branches: [ master, fix-ci-security-code-tests-v1-snyk ]
5+
branches:
6+
- master
7+
- "*"
68
pull_request:
7-
branches: [ master ]
9+
branches:
10+
- master
11+
- "*"
812
workflow_dispatch:
913

1014
jobs:

0 commit comments

Comments
 (0)