Skip to content

Commit

Permalink
Make sure github release happens once
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Apr 5, 2018
1 parent ddbae64 commit c01e2db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
- WORDPRESS_VER=4 PHP_VER=7.2
- WORDPRESS_VER=4 PHP_VER=7.1
- WORDPRESS_VER=4 PHP_VER=7.0
- WORDPRESS_VER=4 PHP_VER=5.6
- WORDPRESS_VER=4 PHP_VER=5.6 GITHUB_RELEASE=1

script:
- set -e
Expand All @@ -26,3 +26,4 @@ deploy:
- docker4wordpress.tar.gz
on:
tags: true
condition: $GITHUB_RELEASE = 1

0 comments on commit c01e2db

Please sign in to comment.