Skip to content

Commit 9b487ac

Browse files
authored
Update CodeQL workflow to trigger on push and pull requests (#599)
1 parent 3e08461 commit 9b487ac

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@
1111
#
1212
name: CodeQL
1313

14-
on: [pull_request]
14+
on:
15+
push:
16+
branches:
17+
- main
18+
pull_request:
19+
branches:
20+
- '*'
1521

1622
permissions: # added using https://github.com/step-security/secure-workflows
1723
contents: read

0 commit comments

Comments
 (0)