Skip to content

Commit

Permalink
push build of main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
byeoon committed Nov 19, 2024
1 parent 6fff259 commit e65bf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
git config --local user.email "actions@github.com"
git config --local user.name "GitHub Actions"
git add .
git commit -m "Build $GITHUB_SHA" || exit 0
git commit -m "[Main] Build $GITHUB_SHA" || exit 0
git push
- name: Purge CDN cache
Expand Down

0 comments on commit e65bf6d

Please sign in to comment.