From 87302ee7716977029c401dbe76e30ea8857d5387 Mon Sep 17 00:00:00 2001 From: helius-kurt <162193124+helius-kurt@users.noreply.github.com> Date: Thu, 9 May 2024 10:12:32 -0600 Subject: [PATCH] Update tag spec --- .github/workflows/go.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 08fbfb5..e82f1f0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,7 +7,8 @@ on: push: branches: - main - - 'releases/**' + tags: + - '**' pull_request: branches: [ "main" ]