mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
adjust the triggers, run on all PRs, and more branches
This commit is contained in:
5
.github/workflows/compile-queries.yml
vendored
5
.github/workflows/compile-queries.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user