diff --git a/.github/workflows/publish-templates-prod.yml b/.github/workflows/publish-templates-prod.yml index d87c9a1..1155f61 100644 --- a/.github/workflows/publish-templates-prod.yml +++ b/.github/workflows/publish-templates-prod.yml @@ -2,12 +2,11 @@ on: push: tags: - 'templates-v*' - branches: - - master jobs: publish: runs-on: ubuntu-latest + if: github.ref == 'refs/heads/master' env: WORKING_DIRECTORY: templates environment: prod