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 2cb4e25 commit 31901c4Copy full SHA for 31901c4
.github/workflows/codeql.yml
@@ -13,11 +13,11 @@ name: "CodeQL Advanced"
13
14
on:
15
push:
16
- branches: [ "main" ]
+ branches: [ "main", "dev", "demo" ]
17
pull_request:
18
19
- # schedule:
20
- # - cron: '37 2 * * 5'
+ schedule:
+ - cron: '37 2 * * 5'
21
22
jobs:
23
analyze:
0 commit comments