Skip to content

Commit

Permalink
fix: allow manual release of non-main branches
Browse files Browse the repository at this point in the history
  • Loading branch information
dgschwindturo committed Sep 1, 2023
1 parent 8d54ad6 commit 32f9f0c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Release
# Only release when we merge to main
on:
push:
branches: [main]
workflow_dispatch:
branches: [main, "[0-9]+.x"]
workflow_dispatch: # enable manual release

# Handle release versioning automatically with semantic release
jobs:
semantic-release:
Expand Down

0 comments on commit 32f9f0c

Please sign in to comment.