Only trigger GH Release on stable branch
This commit is contained in:
parent
8596753a63
commit
e24a183dad
2
.github/workflows/trigger_builds.yml
vendored
2
.github/workflows/trigger_builds.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
build_type: Release
|
build_type: Release
|
||||||
|
|
||||||
create_release:
|
create_release:
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: contains(github.base_ref, 'refs/heads/stable') && startsWith(github.ref, 'refs/tags/')
|
||||||
needs: build_release
|
needs: build_release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user