Skip to content

Commit

Permalink
enable workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-tolkachev authored and tony-sol committed Oct 1, 2024
1 parent f4dc60d commit 9f5eaa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches: ["main"]
paths-ignore:
- "**.md"
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: CI
on:
pull_request:
branches: ['main']
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 9f5eaa6

Please sign in to comment.