Skip to content

Commit

Permalink
fix(.github/workflows): attempt to fix releaser workflow so it runs o…
Browse files Browse the repository at this point in the history
…n tags/branches not just main
  • Loading branch information
renaynay committed Oct 9, 2024
1 parent 3fc4668 commit ea4202f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
- '**' # This allows the workflow to trigger on any branch
tags:
- 'v*.*.*'
release:
types: [published]
pull_request:
Expand Down

0 comments on commit ea4202f

Please sign in to comment.