Only trigger GH Release on stable branch
This commit is contained in:
parent
8596753a63
commit
e24a183dad
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue