Skip to content

Commit

Permalink
test-build: Test build
Browse files Browse the repository at this point in the history
  • Loading branch information
adanylenko committed Feb 29, 2024
1 parent 207dcfa commit 0178fe8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@
# You will need to pass the `--batch` flag to `gpg` in your signing step
# in `goreleaser` to indicate this is being used in a non-interactive mode.
#
name: Release Go artefacts
name: Release Go artifacts
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
branches:
- test-build

permissions:
contents: write
Expand Down

0 comments on commit 0178fe8

Please sign in to comment.