Skip to content

Commit 4a2bfe5

Browse files
authored
ci: set parameters for codeql workflow (#226)
1 parent 10a1f28 commit 4a2bfe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ name: "CodeQL Advanced"
1313

1414
on:
1515
push:
16-
branches: [ $default-branch, $protected-branches ]
16+
branches: [ main ]
1717
pull_request:
18-
branches: [ $default-branch, $protected-branches ]
18+
branches: [ main ]
1919
schedule:
20-
- cron: $cron-weekly
20+
- cron: '34 14 * * 1'
2121

2222
jobs:
2323
analyze:

0 commit comments

Comments
 (0)