Skip to content

Commit 8280014

Browse files
authored
Enable CodeQL for pull requests (#374)
This reverts commit 1a04923.
1 parent efbcadf commit 8280014

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ name: "CodeQL"
1414
on:
1515
push:
1616
branches: [ main ]
17+
pull_request:
18+
# The branches below must be a subset of the branches above
19+
branches: [ main ]
1720
schedule:
1821
- cron: '0 9 * * 1' # Every Monday at 09:00 (9:00 AM)
1922

0 commit comments

Comments
 (0)