We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4573eb commit cc4b5a9Copy full SHA for cc4b5a9
.github/workflows/python-test.yml
@@ -1,6 +1,9 @@
1
name: test python
2
3
-on: [push, pull_request]
+on:
4
+ pull_request:
5
+ types: [opened, reopened]
6
+ push:
7
8
jobs:
9
build:
0 commit comments