Skip to content

Commit

Permalink
feat(ci): allow for rust-ci job to be started manually
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeluk committed Dec 4, 2024
1 parent d6ee264 commit 64aa41d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
branches:
- "main"
# Run manually
workflow_dispatch:
permissions:
checks: write
jobs:
Expand Down

0 comments on commit 64aa41d

Please sign in to comment.