Skip to content

Commit df542c4

Browse files
committed
- Updated CodeQL config to be specific to the release/6.1 branch.
1 parent 98adbdf commit df542c4

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: [ "main" ]
16+
branches: [ "release/6.1" ]
1717
pull_request:
18-
branches: [ "main" ]
18+
branches: [ "release/6.1" ]
1919
schedule:
20-
- cron: '33 23 * * 6'
20+
- cron: '33 22 * * 6'
2121

2222
jobs:
2323
analyze:

0 commit comments

Comments
 (0)