aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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