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:
5858 # create a source distribution and a pure python wheel for faster installs
5959 distributions : " sdist bdist_wheel"
6060
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).
6565 on :
66- branch : master
66+ all_branches : true
6767 tags : true
6868 condition : " $MONGOENGINE = dev"
6969 python : 2.7
You can’t perform that action at this time.
0 commit comments