Skip to content

Commit

Permalink
Add workflow dispatch to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gen740 committed Nov 16, 2023
1 parent 179761d commit 057f57b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mac-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
pull_request: {}
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
pull_request: {}
workflow_dispatch:

jobs:
tests:
Expand Down

0 comments on commit 057f57b

Please sign in to comment.