Skip to content

Commit 69f88a6

Browse files
committed
Only run actions when affecting master
1 parent 79a2aef commit 69f88a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Python package
22

33
on:
44
push:
5-
branches: [ implement_ci ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ implement_ci ]
7+
branches: [ master ]
88

99
jobs:
1010
build_and_test:

0 commit comments

Comments
 (0)