Skip to content

Commit 5dc666a

Browse files
authored
Merge pull request #650 from hkad98/release-branch
feat: disable release branch creation for patch
2 parents 5869217 + e6b1cf6 commit 5dc666a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/bump-version.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
needs:
9292
- bump-version
9393
runs-on: ubuntu-latest
94+
if: "${{ github.event.inputs.bump_type != 'patch' }}"
9495
steps:
9596
- name: Checkout
9697
uses: actions/checkout@v4

0 commit comments

Comments
 (0)