We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76400a commit bec7ffbCopy full SHA for bec7ffb
.github/workflows/docker.yml
@@ -48,7 +48,7 @@ jobs:
48
concurrency: prod
49
environment:
50
name: prod
51
- if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }}
+ if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/master' }}
52
steps:
53
- name: Checkout repository
54
uses: actions/checkout@v4
@@ -71,4 +71,4 @@ jobs:
71
git commit -m "feat(website/prod): update image"
72
git push -u origin update/website-prod/${{ github.sha }}
73
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
+ gh pr merge $(cat URL) --squash -d
0 commit comments