Skip to content

Commit 4fc95ac

Browse files
committed
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.
1 parent 4ede207 commit 4fc95ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compile-queries.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Compile all queries using the latest stable CodeQL CLI"
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: # makes sure the cache gets populated - running on the branches people tend to merge into.
67
- main

0 commit comments

Comments
 (0)