We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e53eee commit 1abc02cCopy full SHA for 1abc02c
.github/workflows/tox.yml
@@ -1,8 +1,9 @@
1
name: tox
2
3
on:
4
- - push
5
- - pull_request
+ pull_request:
+ push:
6
+ branches: [master]
7
8
jobs:
9
test:
0 commit comments