Skip to content

Commit

Permalink
chore: Refactor master to main branch (philips-labs#2068)
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm authored May 20, 2022
1 parent 66ac637 commit 055e2b0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packer-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Packer checks"
on:
push:
branches:
- master
- main
- develop
pull_request:
paths:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release build
on:
push:
branches:
- master
- main
- develop
workflow_dispatch:

Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
yarn release -d --repositoryUrl https://x-access-token:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY.git
- name: Release
if: github.event_name != 'pull_request' && contains('refs/heads/master', github.ref)
if: github.event_name != 'pull_request' && contains('refs/heads/main', github.ref)
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Terraform checks"
on:
push:
branches:
- master
- main
- develop
pull_request:
paths-ignore:
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"branches": [
{
"name": "master"
"name": "main"
},
{
"name": "develop",
Expand Down

0 comments on commit 055e2b0

Please sign in to comment.