Skip to content

Commit 4e93f4e

Browse files
authored
ci: main instead of master (#3)
1 parent 90ec5a6 commit 4e93f4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
gem install --no-document git-pr-release
5858
git-pr-release --no-fetch --squashed
5959
env:
60-
GIT_PR_RELEASE_BRANCH_PRODUCTION: master
60+
GIT_PR_RELEASE_BRANCH_PRODUCTION: main
6161
GIT_PR_RELEASE_BRANCH_STAGING: ${{ github.event.repository.default_branch || 'develop'}}
6262
GIT_PR_RELEASE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363
GIT_PR_RELEASE_LABELS: release

.github/workflows/test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test and publish
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
- develop
88
pull_request:
99

0 commit comments

Comments
 (0)