Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbec7ffb

Browse files
authored
Fix to adjust for main branch naming
1 parenta76400a commitbec7ffb

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)

[8]ページ先頭

©2009-2025 Movatter.jp