From b9293c40102ff3e42d2c04939830df04b8aae989 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Thu, 25 Jul 2024 00:31:40 -0400 Subject: [PATCH] Update Go Release workflow to include frontend build and copy step --- .github/workflows/go-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml index f492814..f7a2ee5 100644 --- a/.github/workflows/go-release.yml +++ b/.github/workflows/go-release.yml @@ -5,8 +5,8 @@ permissions: on: push: - branches: - - dev + tags: + - 'v*' jobs: build: runs-on: ubuntu-latest