Skip to content

Commit

Permalink
ci: run release on main and v* branches (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerhurst authored Nov 14, 2023
1 parent 061dc4e commit 07de73c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- main
- v*

permissions:
contents: write
Expand All @@ -16,4 +17,5 @@ jobs:
- uses: google-github-actions/release-please-action@v3
with:
release-type: go
package-name: adlerhurst/eventstore
package-name: adlerhurst/eventstore
default-branch: ${{ github.ref_name }}

0 comments on commit 07de73c

Please sign in to comment.