Compare commits

...

1 Commits

Author SHA1 Message Date
Ian Lynagh
4fc95ac322 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.
2026-01-06 18:43:19 +00:00

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