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 a9fb6c8 commit a545346Copy full SHA for a545346
.github/workflows/Release.yaml
@@ -33,6 +33,7 @@ jobs:
33
new_version: ${{ steps.new_version.outputs.new_version }}
34
steps:
35
- name: Restore branch
36
+ if: github.event.pull_request.merged == true
37
uses: levonet/action-restore-branch@master
38
39
- name: Install bloom
0 commit comments