adjust the triggers, run on all PRs, and more branches

This commit is contained in:
erik-krogh
2022-11-09 14:50:53 +01:00
parent 8d51aaa403
commit 57ad491356

View File

@@ -2,11 +2,10 @@ name: "Compile all queries using the latest stable CodeQL CLI"
on:
push:
branches: [main] # makes sure the cache gets populated
pull_request:
branches:
branches: # makes sure the cache gets populated - running on the branches people tend to merge into.
- main
- "rc/*"
- "codeql-cli-*"
jobs:
compile-queries: