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: