From c4e1df20e2720d172dd55c971ea86ea86eafbc9d Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Fri, 6 Sep 2019 14:26:39 +0930 Subject: [PATCH] try github actions types filter Signed-off-by: Alexis Tyler --- .github/workflows/production.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 4fde521c2..f31851e41 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -1,9 +1,8 @@ name: Production on: - push: - tags: - - '*' + release: + types: [created] jobs: release: