From c1ae5bd1a18c9f175e9497dbe7c73f369b31bd0d Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 00:47:01 +0100 Subject: [PATCH] .................. --- .gitea/workflows/convert-to-xml.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/convert-to-xml.yml b/.gitea/workflows/convert-to-xml.yml index cdf87da..11fbd4d 100644 --- a/.gitea/workflows/convert-to-xml.yml +++ b/.gitea/workflows/convert-to-xml.yml @@ -2,10 +2,10 @@ name: convert-to-xml run-name: ${{ github.actor }} is learning GitHub Actions on: push: - branches: - - master + tags: + - '*' jobs: - format-branch: + deploy: runs-on: ubuntu-latest steps: - uses: RouxAntoine/checkout@v3.5.4 @@ -28,4 +28,4 @@ jobs: git config --global user.email "username@users.noreply.github.com" git add -A git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} yml files converted to xml" - git push -f origin HEAD:deployed + git push origin HEAD:deployed-${{ github.ref_name }}