Skip to content

Commit

Permalink
ci: main instead of master (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDome authored Sep 30, 2022
1 parent 90ec5a6 commit 4e93f4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
gem install --no-document git-pr-release
git-pr-release --no-fetch --squashed
env:
GIT_PR_RELEASE_BRANCH_PRODUCTION: master
GIT_PR_RELEASE_BRANCH_PRODUCTION: main
GIT_PR_RELEASE_BRANCH_STAGING: ${{ github.event.repository.default_branch || 'develop'}}
GIT_PR_RELEASE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_PR_RELEASE_LABELS: release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test and publish
on:
push:
branches:
- master
- main
- develop
pull_request:

Expand Down

0 comments on commit 4e93f4e

Please sign in to comment.