Skip to content

Commit da8729d

Browse files
committed
Fix rule
1 parent 72490af commit da8729d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/version-bump-master.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
bump-minor-version-on-master:
1111
if: github.event.pull_request.merged == true
12-
name: Bump the version
12+
name: Bump the version on master
1313

1414
permissions:
1515
contents: write
@@ -48,3 +48,6 @@ jobs:
4848
source_ref: 'master'
4949
target_branch: 'develop'
5050
commit_message_template: 'CI: Merged {source_ref} into target {target_branch} after version bump'
51+
52+
53+

0 commit comments

Comments
 (0)