From 3d1199540c507e3c318f3b825bc08421e4619726 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Wed, 4 Jan 2023 20:46:48 -0300 Subject: [PATCH] Update the publish workflow to also run on any tag push --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a371a92c2..5ac815272 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,7 +3,7 @@ name: publish on: push: tags: - - v* + - "*" branches: - 'master' paths: