Skip to content

Commit 31901c4

Browse files
Added the dev and demo branch
1 parent 2cb4e25 commit 31901c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql.yml

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

1414
on:
1515
push:
16-
branches: [ "main" ]
16+
branches: [ "main", "dev", "demo" ]
1717
pull_request:
18-
branches: [ "main" ]
19-
# schedule:
20-
# - cron: '37 2 * * 5'
18+
branches: [ "main", "dev", "demo" ]
19+
schedule:
20+
- cron: '37 2 * * 5'
2121

2222
jobs:
2323
analyze:

0 commit comments

Comments
 (0)