Skip to content

Commit

Permalink
Merge pull request zzeneg#2 from danil-tolkachev/ergohaven
Browse files Browse the repository at this point in the history
enable workflow dispatch
  • Loading branch information
kissetfall authored Jul 5, 2024
2 parents 091e1e2 + e95e1e6 commit aca5255
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 aca5255

Please sign in to comment.