From 0469de9968de757ffae2833072912ad493a18ec5 Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Sun, 15 Dec 2024 17:12:59 -0500 Subject: [PATCH] build on all tags --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f014f0d..3362057 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ on: push: tags: - - "[0-9]+.[0-9]+.[0-9]+" # the build-action will trigger on tags with the format 1.0.0 + - "*" # the build-action will trigger on tags with the format 1.0.0 jobs: publish: