Skip to content

Commit b75a927

Browse files
committed
CI: fix targeting rules
1 parent dc05f2b commit b75a927

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33

44
name: Python package
55

6-
on: [push, pull_request]
6+
on:
7+
push:
8+
branches:
9+
- master
10+
pull_request:
11+
branches:
12+
- master
713

814
jobs:
915
test:

0 commit comments

Comments
 (0)