Skip to content

Commit a063ff5

Browse files
Enable GH Workflows for v3 (#2089)
1 parent a3fbdae commit a063ff5

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
push:
1010
branches:
1111
- main
12+
- v3
1213
schedule:
1314
- cron: '37 10 * * 2'
1415

.github/workflows/semgrep.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
push:
1010
branches:
1111
- main
12+
- v3
1213
schedule:
1314
- cron: '30 0 1,15 * *'
1415

.github/workflows/snyk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
push:
1111
branches:
1212
- main
13+
- v3
1314
schedule:
1415
- cron: '30 0 1,15 * *'
1516

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ on:
66
pull_request:
77
branches:
88
- main
9+
- v3
910
push:
1011
branches:
1112
- main
13+
- v3
1214

1315
permissions:
1416
contents: read

0 commit comments

Comments
 (0)