Skip to content

Commit

Permalink
Fix rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Dontrian committed Dec 4, 2023
1 parent 72490af commit da8729d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/version-bump-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
bump-minor-version-on-master:
if: github.event.pull_request.merged == true
name: Bump the version
name: Bump the version on master

permissions:
contents: write
Expand Down Expand Up @@ -48,3 +48,6 @@ jobs:
source_ref: 'master'
target_branch: 'develop'
commit_message_template: 'CI: Merged {source_ref} into target {target_branch} after version bump'



0 comments on commit da8729d

Please sign in to comment.