Skip to content

Commit d5389f7

Browse files
committed
ci(pytest): Only run on pushes to the master branch
1 parent c1013ae commit d5389f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pytest.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
- '**/*.py' # Watch for changes in any Python files
99
- 'pyproject.yml' # Watch for changes in the pyproject.yml file
1010
push:
11+
branches:
12+
- master # Only run on push to master branch
1113
paths:
1214
- '**/*.py' # Watch for changes in any Python files
1315
- 'pyproject.yml' # Watch for changes in the pyproject.yml file

0 commit comments

Comments
 (0)