Skip to content

Commit

Permalink
ci: test build
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan committed Sep 13, 2023
1 parent cac4ceb commit ce0b5d7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ce0b5d7

Please sign in to comment.