diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9f3b273..bc49a71 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,6 +1,9 @@ name: Build on: workflow_dispatch: + push: + branches: + - v* concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true @@ -35,6 +38,7 @@ jobs: '${{ github.ref_name }}' --repo '${{ github.repository }}' --notes "" + -t 'Release ${{ github.ref_name }}' - name: Upload artifact signatures to GitHub Release env: GITHUB_TOKEN: ${{ github.token }}