Skip to content

Commit

Permalink
fix: double star glob to match /
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Krick <[email protected]>
  • Loading branch information
mattkrick committed Dec 4, 2023
1 parent 53132c8 commit 463e0dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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 Down
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 463e0dc

Please sign in to comment.