ci: only do release job when run on master
This commit is contained in:
committed by
Chris Rizzitello
parent
7b7ff81a9f
commit
a362174e73
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -379,6 +379,7 @@ jobs:
|
||||
|
||||
release:
|
||||
needs: ci-passed
|
||||
if: (github.ref == 'refs/heads/master')
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user