From e7d4bba8b332515726f11e7531ff43987a0a2263 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: