Make sure create-release CI step is run only on release- branch ##build
This commit is contained in:
parent
3e3efcc005
commit
56510ad82f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -638,6 +638,7 @@ jobs:
|
|||
create-release:
|
||||
name: Create draft release and upload artifacts
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name == 'push' && contains(github.ref, 'release-')
|
||||
needs: [
|
||||
build-and-test,
|
||||
build-centos6,
|
||||
|
|
|
|||
Loading…
Reference in a new issue