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