We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb0fdf commit 1a16fdcCopy full SHA for 1a16fdc
.github/workflows/ci.yml
@@ -1,8 +1,9 @@
1
name: Python package
2
3
on:
4
- - push
5
- - pull_request
+ pull_request:
+ branches:
6
+ - "*"
7
8
jobs:
9
build:
0 commit comments