Skip to content

Commit 83cc016

Browse files
committed
fix(test): also run on manual dispatch
1 parent c6ab39b commit 83cc016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
pytest:
20-
if: github.event_name == 'pull_request' || (github.event_name == 'push' && !github.event.pull_request)
20+
if: github.event_name == 'pull_request' || (github.event_name == 'push' && !github.event.pull_request) || github.event_name == 'workflow_dispatch'
2121
runs-on: ${{ matrix.os }}
2222
strategy:
2323
matrix:

0 commit comments

Comments
 (0)