diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f6aeef3c..9245c6def 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,8 +2,10 @@ name: "Release" on: push: - tags: - - 'v*.*.*-alpha.*' # Run release on any tag. Will be marked as draft by default anyway. + branches: + - '173-relay-binary-version-missing' + # tags: + # - 'v*.*.*-alpha.*' # Run release on any tag. Will be marked as draft by default anyway. jobs: goreleaser: