Skip to content

Commit

Permalink
chore(dx): allow any branch with hotfix prefix to build (#9263)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Krick <matt.krick@gmail.com>
  • Loading branch information
mattkrick committed Dec 4, 2023
1 parent 1e71688 commit 619c07c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
branches:
- master
- hotfix-*
- hotfix*
name: release-please
jobs:
release-please:
Expand All @@ -19,4 +19,4 @@ jobs:
command: manifest
default-branch: ${{ github.ref_name}}
release-type: node
token: ${{ steps.generate_token.outputs.token }}
token: ${{ steps.generate_token.outputs.token }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
branches:
- master
- hotfix-*
- hotfix*
types: [closed]
jobs:
release:
Expand Down

0 comments on commit 619c07c

Please sign in to comment.