Skip to content

Commit 4868ffa

Browse files
committed
run python-package workflow on all branches
1 parent 22e4a49 commit 4868ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Python package
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: '**'
66
pull_request:
77
branches: [ master ]
88

0 commit comments

Comments
 (0)