We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1508d28 commit 53993ffCopy full SHA for 53993ff
.github/workflows/release_publish.yml
@@ -78,6 +78,8 @@ jobs:
78
79
- name: Merge back to release branch
80
id: merge-back
81
+ # merge only public releases into mainline
82
+ if: inputs.release_type == 'public'
83
uses: redis-developer/redis-oss-release-automation/.github/actions/merge-branches-verified@main
84
with:
85
from_branch: ${{ steps.ensure-branch.outputs.release_version_branch }}
0 commit comments