diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3a20af3e..be7d5159 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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: