Skip to content

Commit

Permalink
chore(action): simplified release configuration (zeromicro#1935)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenquan authored May 27, 2022
1 parent fd12659 commit e9501c3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
on:
release:
types: [ created ]

push:
tags:
- "tools/goctl/*"
jobs:
releases-matrix:
name: Release goctl binary
if: startsWith(github.ref, 'refs/tags/tools/goctl/')
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit e9501c3

Please sign in to comment.