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 90ec5a6 commit 4e93f4eCopy full SHA for 4e93f4e
.github/workflows/release-pr.yml
@@ -57,7 +57,7 @@ jobs:
57
gem install --no-document git-pr-release
58
git-pr-release --no-fetch --squashed
59
env:
60
- GIT_PR_RELEASE_BRANCH_PRODUCTION: master
+ GIT_PR_RELEASE_BRANCH_PRODUCTION: main
61
GIT_PR_RELEASE_BRANCH_STAGING: ${{ github.event.repository.default_branch || 'develop'}}
62
GIT_PR_RELEASE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
GIT_PR_RELEASE_LABELS: release
.github/workflows/test-pr.yml
@@ -3,7 +3,7 @@ name: Test and publish
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
- develop
8
pull_request:
9
0 commit comments