We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1013ae commit d5389f7Copy full SHA for d5389f7
.github/workflows/pytest.yml
@@ -8,6 +8,8 @@ on:
8
- '**/*.py' # Watch for changes in any Python files
9
- 'pyproject.yml' # Watch for changes in the pyproject.yml file
10
push:
11
+ branches:
12
+ - master # Only run on push to master branch
13
paths:
14
15
0 commit comments