diff --git a/.github/workflows/master-tags.yaml b/.github/workflows/master-tags.yaml index 9cf253ef..4cefcdd3 100644 --- a/.github/workflows/master-tags.yaml +++ b/.github/workflows/master-tags.yaml @@ -1,9 +1,11 @@ name: 'Push to Production' on: - create: + push: + branches: + - '!*' tags: - - '*' + - 'v*' jobs: build-push-deploy: