We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa2a49 commit d05d29cCopy full SHA for d05d29c
.github/workflows/codeql.yml
@@ -0,0 +1,7 @@
1
+on:
2
+ push:
3
+ branches: [ master, rc ] # Replace 'main' with your default branch name
4
+ pull_request:
5
+ branches: [ master, rc ] # Triggers on PRs targeting only default branch
6
+ schedule:
7
+ - cron: '0 0 * * 1' # Optional: weekly scan on default branch
0 commit comments