Skip to content

Commit 0d60bc3

Browse files
committed
chore(ci): update branch triggers for CI workflow
1 parent 5c12fe3 commit 0d60bc3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci-with-codeql.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ name: "CI with CodeQL"
44

55
on:
66
push:
7-
branches: [ feature/** ]
7+
branches: [ main ]
88
pull_request:
9-
branches: [ feature/** ]
10-
workflow_dispatch:
9+
branches: [ main ]
1110
schedule:
1211
- cron: '0 0 * * 0'
1312

0 commit comments

Comments
 (0)