We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc0f8e commit 0fb214eCopy full SHA for 0fb214e
1 file changed
.github/workflows/run-tests.yml
@@ -1,6 +1,11 @@
1
name: Python tests
2
3
-on: [push, pull_request]
+on:
4
+ pull_request: {}
5
+ push:
6
+ branches:
7
+ - development
8
+ - master
9
10
jobs:
11
build:
0 commit comments