Commit 54d3c862 authored by rusty1s's avatar rusty1s
Browse files

allow all branches to deploy [ci skip]

parent ddd591d6
...@@ -84,6 +84,7 @@ deploy: ...@@ -84,6 +84,7 @@ deploy:
upload_dir: whl/torch-${TORCH_VERSION} upload_dir: whl/torch-${TORCH_VERSION}
acl: public_read acl: public_read
on: on:
all_branches: true
repo: rusty1s/pytorch_spline_conv repo: rusty1s/pytorch_spline_conv
condition: $TRAVIS_TAG != "" || $TRAVIS_COMMIT_MESSAGE =~ ci-deploy condition: $TRAVIS_TAG != "" || $TRAVIS_COMMIT_MESSAGE =~ ci-deploy
notifications: notifications:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment