From 2dad3e48e0aa203b25af9dc55366cf4d4d6424cc Mon Sep 17 00:00:00 2001 From: tuan041 <30403510+tuan041@users.noreply.github.com> Date: Thu, 17 Aug 2023 10:49:40 +0700 Subject: [PATCH] Update build_to_archive.yml --- .github/workflows/build_to_archive.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_to_archive.yml b/.github/workflows/build_to_archive.yml index 3b7aa9ae..9e2a0d56 100644 --- a/.github/workflows/build_to_archive.yml +++ b/.github/workflows/build_to_archive.yml @@ -1,5 +1,6 @@ name: Archive build + on: push: branches: [ master ] @@ -75,4 +76,4 @@ jobs: git config --local user.name "GitHub Actions" git add . git commit --amend -m "Build $GITHUB_SHA" || exit 0 # do not error if nothing to commit - git push --force \ No newline at end of file + git push --force