From 5b58d030c9eff2e0a1b12c0dabff2084dd225343 Mon Sep 17 00:00:00 2001 From: Akolzin Dmitry Date: Wed, 19 Feb 2020 16:58:45 +0300 Subject: [PATCH] update fork condition --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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