mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
CI: Cleanup
This commit is contained in:
parent
bd54afae41
commit
3ce4ef26fa
2 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -488,7 +488,7 @@ jobs:
|
|||
if: ${{ env.versionmajor == env.STABLE_VERSION }}
|
||||
run: git push -u origin master:${{ env.branch }}
|
||||
|
||||
- name: Else case, master did not contain the stable version version
|
||||
- name: Else case, master did not contain the stable version
|
||||
if: ${{ env.versionmajor != env.STABLE_VERSION }}
|
||||
run: echo "Master branch contains a development release, no git push performed"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue