We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214dcf4 commit 0733b0aCopy full SHA for 0733b0a
.github/workflows/pytest.yml
@@ -2,6 +2,8 @@ name: Run Pytest
2
on:
3
push:
4
branches: [master]
5
+ pull_request:
6
+ branches: [master]
7
jobs:
8
build:
9
runs-on: ubuntu-latest
0 commit comments