Skip to content

Commit fcb8b61

Browse files
authored
update branch naming (#48)
1 parent 4105763 commit fcb8b61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Pull request checks
44

55
on:
66
pull_request:
7-
branches: [ master ]
7+
branches: [ develop ]
88

99
jobs:
1010

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Python package and publish
44

55
on:
66
push:
7-
branches: [ release ]
7+
branches: [ main ]
88

99
jobs:
1010

0 commit comments

Comments
 (0)