We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d51aaa commit 57ad491Copy full SHA for 57ad491
.github/workflows/compile-queries.yml
@@ -2,11 +2,10 @@ name: "Compile all queries using the latest stable CodeQL CLI"
2
3
on:
4
push:
5
- branches: [main] # makes sure the cache gets populated
6
- pull_request:
7
- branches:
+ branches: # makes sure the cache gets populated - running on the branches people tend to merge into.
8
- main
9
- "rc/*"
+ - "codeql-cli-*"
10
11
jobs:
12
compile-queries:
0 commit comments