File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ deploy:
58
58
# create a source distribution and a pure python wheel for faster installs
59
59
distributions : " sdist bdist_wheel"
60
60
61
- # only deploy on tagged commits (aka GitHub releases) on the master branch
62
- # and only for the builds running Python 2.7 along with dev MongoEngine (we
63
- # run Travis against many different Python and MongoEngine versions and we
64
- # don't want the deploy to occur multiple times).
61
+ # only deploy on tagged commits (aka GitHub releases) and only for the
62
+ # builds running Python 2.7 along with dev MongoEngine (we run Travis
63
+ # against many different Python and MongoEngine versions and we don't want
64
+ # the deploy to occur multiple times).
65
65
on :
66
- branch : master
66
+ all_branches : true
67
67
tags : true
68
68
condition : " $MONGOENGINE = dev"
69
69
python : 2.7
You can’t perform that action at this time.
0 commit comments