Skip to content

Commit 58865a8

Browse files
authored
Merge pull request #2 from newexo/reuben/merge-to-master
Trigger on merging to master
2 parents 01419aa + 8687949 commit 58865a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.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: [ main ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ master ]
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)