From f9e0c4bc2431e73c32de3203c9a98fa094f2edde Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sun, 12 Mar 2023 18:05:13 -0700 Subject: [PATCH] Fix workflow --- .github/workflows/artifacts.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index faba92bd..76ec6c4f 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -4,7 +4,8 @@ name: updater test artifacts on: - tags: [ v* ] + push: + tags: [ v* ] jobs: build-artifacts: