Skip to content

Commit 70995f0

Browse files
authored
chore(ci): run Rust CI on workflow_dispatch (#292)
This should fix the Rust CI not being run after approving the workflows for new contributors.
1 parent d3598d2 commit 70995f0

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
pull_request:
66
schedule:
77
- cron: "0 0 * * *"
8+
workflow_dispatch:
89

910
env:
1011
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)