Skip to content

Commit c58f521

Browse files
committed
Run CodeQL workflow for feature branches
1 parent 5981b05 commit c58f521

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77
- "cloud-*"
88
- "master"
99
- "release/*"
10+
- "feature/*"
1011
pull_request:
1112
branches:
1213
- "v1"
1314
- "cloud-*"
1415
- "master"
1516
- "release/*"
17+
- "feature/*"
1618
schedule:
1719
- cron: '36 17 * * 0'
1820
workflow_call:

0 commit comments

Comments
 (0)