Skip to content

Commit 9ea3755

Browse files
Update docker.yml
1 parent ddfce7c commit 9ea3755

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build-backend:
1111
name: Build (Backend)
1212
runs-on: ubuntu-latest
13-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
13+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/CHAOS-224-KHAOS-rewrite' }}
1414
services:
1515
postgres:
1616
image: postgres:16
@@ -73,6 +73,7 @@ jobs:
7373
build-frontend:
7474
name: Build (Frontend)
7575
runs-on: ubuntu-latest
76+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/CHAOS-224-KHAOS-rewrite' }}
7677
permissions:
7778
contents: read
7879
packages: write
@@ -102,7 +103,7 @@ jobs:
102103
name: Deploy (CD)
103104
runs-on: ubuntu-latest
104105
needs: [build-frontend, build-backend]
105-
if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }}
106+
if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/CHAOS-224-KHAOS-rewrite' }}
106107
concurrency: staging
107108
environment:
108109
name: staging

0 commit comments

Comments
 (0)