Skip to content

Commit

Permalink
update fork condition
Browse files Browse the repository at this point in the history
  • Loading branch information
iyzoer committed Feb 19, 2020
1 parent 752b11a commit 5b58d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5b58d03

Please sign in to comment.