Skip to content

Commit ed250c7

Browse files
author
Alex Patterson
committed
incorrect main branch
1 parent 7c7a475 commit ed250c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/frontend-admin-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: frontend-admin-deploy
22

33
on:
44
push:
5-
branches: [ dev, stage, master ]
5+
branches: [ dev, stage, main ]
66
paths: 'frontend/admin/**'
77
workflow_dispatch:
88

@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
github_token: ${{ secrets.GITHUB_TOKEN }}
1919
tag_prefix: admin
20-
release_branches: master
20+
release_branches: main
2121
- name: Create a GitHub release
2222
uses: actions/create-release@v1
2323
env:

.github/workflows/frontend-main-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: frontend-main-deploy
22

33
on:
44
push:
5-
branches: [ dev, stage, master ]
5+
branches: [ dev, stage, main ]
66
paths: 'frontend/main/**'
77
workflow_dispatch:
88

@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
github_token: ${{ secrets.GITHUB_TOKEN }}
1919
tag_prefix: main
20-
release_branches: master
20+
release_branches: main
2121
- name: Create a GitHub release
2222
uses: actions/create-release@v1
2323
env:

0 commit comments

Comments
 (0)