Skip to content

Commit bec7ffb

Browse files
authored
Fix to adjust for main branch naming
1 parent a76400a commit bec7ffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
concurrency: prod
4949
environment:
5050
name: prod
51-
if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }}
51+
if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/master' }}
5252
steps:
5353
- name: Checkout repository
5454
uses: actions/checkout@v4
@@ -71,4 +71,4 @@ jobs:
7171
git commit -m "feat(website/prod): update image"
7272
git push -u origin update/website-prod/${{ github.sha }}
7373
gh pr create -B develop --title "feat(website/prod): update image" --body "Updates the image for the website-prod deployment to commit csesoc/csesoc-website@${{ github.sha }}." > URL
74-
gh pr merge $(cat URL) --squash -d
74+
gh pr merge $(cat URL) --squash -d

0 commit comments

Comments
 (0)