Skip to content

Commit

Permalink
chore: rename main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Beesley committed Sep 29, 2022
1 parent 8148cc3 commit 7ac58eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
node-version: '16.15'
- uses: bbeesley/build-test-merge-publish@main
with:
main-branch: master
main-branch: main
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PA_TOKEN }}
lint-commits:
runs-on: ubuntu-latest
if: ${{ (github.actor == 'dependabot[bot]' && github.event_name == 'pull_request_target') || (github.ref != 'refs/heads/master' && github.event_name == 'push') }}
if: ${{ (github.actor == 'dependabot[bot]' && github.event_name == 'pull_request_target') || (github.ref != 'refs/heads/main' && github.event_name == 'push') }}
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![test-and-publish](https://github.com/bbeesley/aws-blue-green-toolkit/actions/workflows/test-and-publish.yml/badge.svg)](https://github.com/bbeesley/aws-blue-green-toolkit/actions/workflows/test-and-publish.yml) [![codecov](https://codecov.io/gh/bbeesley/aws-blue-green-toolkit/branch/master/graph/badge.svg)](https://codecov.io/gh/bbeesley/aws-blue-green-toolkit) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![test-and-publish](https://github.com/bbeesley/aws-blue-green-toolkit/actions/workflows/test-and-publish.yml/badge.svg)](https://github.com/bbeesley/aws-blue-green-toolkit/actions/workflows/test-and-publish.yml) [![codecov](https://codecov.io/gh/bbeesley/aws-blue-green-toolkit/branch/main/graph/badge.svg)](https://codecov.io/gh/bbeesley/aws-blue-green-toolkit) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

# aws-blue-green-toolkit

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
],
"release": {
"branches": [
"master",
"main",
"beta",
"alpha"
],
Expand Down

0 comments on commit 7ac58eb

Please sign in to comment.