Merge pull request #17840 from woocommerce/update/travis-ci-builds
Prevent Travis builds duplication
This commit is contained in:
commit
9bef98b7f6
|
@ -37,3 +37,10 @@ script:
|
|||
|
||||
after_script:
|
||||
- bash tests/bin/travis.sh after
|
||||
|
||||
# Specifies that Travis should create builds for master and release branches and also tags.
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- /^\d+\.\d+(\.\d+)?(-\S*)?$/
|
||||
- /^release\//
|
||||
|
|
Loading…
Reference in New Issue