Skip to content

Commit 3e11955

Browse files
committed
Allow manual dispatch of CI on github.
1 parent cd793f1 commit 3e11955

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
# Every-other month, to make sure new Rust
1010
# releases don't break things.
1111
- cron: '15 12 5 1,3,5,7,9,11 *'
12+
workflow_dispatch:
1213

1314
env:
1415
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)