From 072cee7cd385e92552f67110fdfd5171de779d28 Mon Sep 17 00:00:00 2001 From: Eric Ernst Date: Fri, 20 Sep 2019 15:10:47 -0700 Subject: [PATCH] push tags Signed-off-by: Eric Ernst --- .github/workflows/hacking.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/hacking.yml b/.github/workflows/hacking.yml index de2603f76..b48f6dc4d 100644 --- a/.github/workflows/hacking.yml +++ b/.github/workflows/hacking.yml @@ -1,5 +1,8 @@ # When a release page is published, start the release artifact process -on: push.tag +on: + push: + tags: + - '*' name: Build, Test, and Publish kata-deploy jobs: