aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/go-release.yml
diff options
context:
space:
mode:
authorLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-25 00:31:40 -0400
committerLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-25 00:31:40 -0400
commitb9293c40102ff3e42d2c04939830df04b8aae989 (patch)
treec0d78cdfbb5f87e521198b33eaafbac1d5fb39ff /.github/workflows/go-release.yml
parente598e25bec69395e5398ae2f03f8ebc3e15a8db4 (diff)
downloaddonetick-b9293c40102ff3e42d2c04939830df04b8aae989.tar.gz
donetick-b9293c40102ff3e42d2c04939830df04b8aae989.tar.bz2
donetick-b9293c40102ff3e42d2c04939830df04b8aae989.zip
Update Go Release workflow to include frontend build and copy step
Diffstat (limited to '')
-rw-r--r--.github/workflows/go-release.yml4
1 files 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