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 f56112b commit 392795eCopy full SHA for 392795e
.github/workflows/build.yml
@@ -479,6 +479,10 @@ jobs:
479
if: ${{ env.versionmajor == env.STABLE_VERSION }}
480
run: git push -u origin ${{ env.branch }}
481
482
+ - name: Else case, master did not contain the stable version version
483
+ if: ${{ env.versionmajor != env.STABLE_VERSION }}
484
+ run: echo "Master branch contains a development release, no git push performed"
485
+
486
# Only runs when pushing to master branch
487
# Bors run CI against staging branch,
488
# if that succeeds Borst tries against master branch
0 commit comments