Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 0f90465

Browse files
authored
Merge pull request #140 from microsoftgraph/mmainer/updatecodeql
Update code-ql to run on PRs to main
2 parents 2f1a811 + 95b3e3b commit 0f90465

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code-ql.yml

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

1414
on:
1515
push:
16-
branches: [ "master", main ]
16+
branches: [ master, main ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ "master" ]
19+
branches: [ master, main ]
2020
schedule:
2121
- cron: '41 2 * * 0'
2222

0 commit comments

Comments
 (0)