From af5ab2a62b05d6a0470654735ecff8efa1d30720 Mon Sep 17 00:00:00 2001 From: Jared Trouth Date: Thu, 7 Apr 2022 14:13:07 -0500 Subject: [PATCH] Updated prod trigger --- .github/workflows/master-tags.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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: