Skip to content

Commit 1a16fdc

Browse files
committed
Run CI only on pull request
1 parent 7cb0fdf commit 1a16fdc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Python package
22

33
on:
4-
- push
5-
- pull_request
4+
pull_request:
5+
branches:
6+
- "*"
67

78
jobs:
89
build:

0 commit comments

Comments
 (0)