fix deploy stage
This commit is contained in:
parent
e4a42bc45e
commit
dbad18480c
1 changed files with 1 additions and 1 deletions
|
@ -66,5 +66,5 @@ jobs:
|
|||
skip_cleanup: true
|
||||
on:
|
||||
condition: "$LAST_TAG != $CURRENT_VERSION"
|
||||
if: branch = master AND type = push
|
||||
if: branch = master AND type = push AND fork = false
|
||||
after_deploy: make cleanup
|
||||
|
|
Loading…
Add table
Reference in a new issue