We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ab39b commit 83cc016Copy full SHA for 83cc016
.github/workflows/pytest.yml
@@ -17,7 +17,7 @@ on:
17
18
jobs:
19
pytest:
20
- if: github.event_name == 'pull_request' || (github.event_name == 'push' && !github.event.pull_request)
+ if: github.event_name == 'pull_request' || (github.event_name == 'push' && !github.event.pull_request) || github.event_name == 'workflow_dispatch'
21
runs-on: ${{ matrix.os }}
22
strategy:
23
matrix:
0 commit comments