Skip to content

Commit

Permalink
Allow manual trigger of CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
declanvk authored Jun 19, 2024
1 parent 908c5b4 commit 69e5896
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
- main
pull_request:
branches:
- '*'
- main
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 69e5896

Please sign in to comment.