Skip to content

Commit 91ae674

Browse files
authored
Merge pull request #870 from cbgbt/workflow-dispatch
ci: allow dispatching ci builds
2 parents 728889a + 51f8c03 commit 91ae674

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- "**.md"
66
- ".github/dependabot.yml"
77
branches: [develop]
8+
workflow_dispatch:
89

910
env:
1011
# From-scratch builds with incremental compilation enabled adds unneeded performance and disk overhead.

0 commit comments

Comments
 (0)