diff --git a/.travis.yml b/.travis.yml index 715a51f..323224e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,5 +78,5 @@ jobs: file: $ARCHIVE_NAME on: 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 \ No newline at end of file