We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749ea80 commit 93b27e8Copy full SHA for 93b27e8
.github/workflows/codeql.yml
@@ -2,6 +2,10 @@ name: CodeQL workflow for analyzing QL queries
2
3
on:
4
workflow_dispatch:
5
+ push:
6
+ branches: [main]
7
+ pull_request:
8
9
10
jobs:
11
analyze-ql-files:
0 commit comments