File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments