We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4105763 commit fcb8b61Copy full SHA for fcb8b61
.github/workflows/python-app.yml
@@ -4,7 +4,7 @@ name: Pull request checks
4
5
on:
6
pull_request:
7
- branches: [ master ]
+ branches: [ develop ]
8
9
jobs:
10
.github/workflows/python-package.yml
@@ -4,7 +4,7 @@ name: Python package and publish
push:
- branches: [ release ]
+ branches: [ main ]
0 commit comments