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:
Ian Lynagh
2026-01-06 18:43:19 +00:00
parent 4ede207c1f
commit 4fc95ac322

View File

@@ -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