mirror of
https://github.com/github/codeql.git
synced 2026-05-14 19:29:28 +02:00
GitHub: Add workflow_dispatch trigger to compile-queries.yml
This change adds a workflow_dispatch trigger to the compile-queries.yml GitHub Actions workflow, allowing manual triggering of the query compilation test.
This commit is contained in:
1
.github/workflows/compile-queries.yml
vendored
1
.github/workflows/compile-queries.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: "Compile all queries using the latest stable CodeQL CLI"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: # makes sure the cache gets populated - running on the branches people tend to merge into.
|
||||
- main
|
||||
|
||||
Reference in New Issue
Block a user