Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 055e2b0

Browse files
authored
chore: Refactor master to main branch (#2068)
1 parent 66ac637 commit 055e2b0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: .github/workflows/packer-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Packer checks"
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
- develop
77
pull_request:
88
paths:

Diff for: .github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release build
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
- develop
88
workflow_dispatch:
99

@@ -75,7 +75,7 @@ jobs:
7575
yarn release -d --repositoryUrl https://x-access-token:[email protected]/$GITHUB_REPOSITORY.git
7676
7777
- name: Release
78-
if: github.event_name != 'pull_request' && contains('refs/heads/master', github.ref)
78+
if: github.event_name != 'pull_request' && contains('refs/heads/main', github.ref)
7979
env:
8080
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
8181
run: |

Diff for: .github/workflows/terraform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Terraform checks"
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
- develop
77
pull_request:
88
paths-ignore:

Diff for: .releaserc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"branches": [
33
{
4-
"name": "master"
4+
"name": "main"
55
},
66
{
77
"name": "develop",

0 commit comments

Comments
 (0)