update fork condition

This commit is contained in:
Akolzin Dmitry 2020-02-19 16:58:45 +03:00
parent 752b11a2b6
commit 5b58d030c9

View File

@ -78,5 +78,5 @@ jobs:
file: $ARCHIVE_NAME file: $ARCHIVE_NAME
on: on:
condition: "$LAST_TAG != $CURRENT_VERSION" condition: "$LAST_TAG != $CURRENT_VERSION"
if: branch = master AND type = push AND fork = true if: branch = master AND type = push AND fork = false
after_deploy: make delete_archive after_deploy: make delete_archive