Fix master branch name in CI
This commit is contained in:
parent
82ded6e31a
commit
219dcf8590
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@ -6,7 +6,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build_dev:
|
build_dev:
|
||||||
name: Development Build
|
name: Development Build
|
||||||
if: github.ref != 'refs/heads/main'
|
if: github.ref != 'refs/heads/master'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: production
|
environment: production
|
||||||
permissions:
|
permissions:
|
||||||
@ -14,7 +14,7 @@ jobs:
|
|||||||
deployments: write
|
deployments: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout main
|
- name: Checkout master
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build only
|
- name: Build only
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
|
|
||||||
build_prod:
|
build_prod:
|
||||||
name: Production Build
|
name: Production Build
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/master'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: production
|
environment: production
|
||||||
permissions:
|
permissions:
|
||||||
@ -43,7 +43,7 @@ jobs:
|
|||||||
deployments: write
|
deployments: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout main
|
- name: Checkout master
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build only
|
- name: Build only
|
||||||
|
Loading…
x
Reference in New Issue
Block a user