Skip to content

Commit

Permalink
Run build and release workflow only on tag creation
Browse files Browse the repository at this point in the history
  • Loading branch information
nhh committed Sep 22, 2024
1 parent 1d212b6 commit 1e96273
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ name: Build and release binaries

on:
push:
branches: [ "release" ]
tags:
- "v*.*.*-alpha"

jobs:
build-linux:
Expand Down

0 comments on commit 1e96273

Please sign in to comment.