From 27a3f466a61a19930c84567c88ef7feae36dbdc4 Mon Sep 17 00:00:00 2001 From: Bill Maxwell Date: Fri, 12 Jan 2024 14:47:27 -0700 Subject: [PATCH] Respond to any tag Signed-off-by: Bill Maxwell --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index e79e3f1..0efc322 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -2,7 +2,7 @@ name: Publish Acorn image on: push: tags: - - "v[0-9]*" + - "*" jobs: publish: