Skip to content

Commit fd273b0

Browse files
authored
Add workflow_dispatch trigger to CI configuration
1 parent 8cad742 commit fd273b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/rust-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- '**/*.md'
1010
pull_request:
1111
branches: [ "*" ]
12+
workflow_dispatch:
1213

1314
env:
1415
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)