From 771a409259aa7705a7c00fc56ad4a60d11aa2544 Mon Sep 17 00:00:00 2001 From: Dan Jenkins Date: Sun, 4 Aug 2024 09:09:09 +0100 Subject: [PATCH] get the tag building --- .github/workflows/go.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f480b58..1954eb8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -4,6 +4,9 @@ name: Build and Test App on: + push: + tags: + - "v*.*.*" release: types: [created] pull_request: