Skip to content

Commit c4c9908

Browse files
committed
CI run only on master branch
1 parent 40c2a3f commit c4c9908

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ name: Python Package CI
55

66
on:
77
push:
8-
branches:
9-
- '*' # matches every branch that doesn't contain a '/'
10-
- '*/*' # matches every branch containing a single '/'
11-
- '**' # matches every branch
8+
branches: ['master']
129

1310
jobs:
1411
build:

0 commit comments

Comments
 (0)