mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-01 21:02:39 +08:00
ci: only do release job when run on master
This commit is contained in:
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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user