Commit 943cfd59 authored by rusty1s's avatar rusty1s
Browse files

allow all branches to deploy [ci skip]

parent 960e6614
...@@ -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_scatter repo: rusty1s/pytorch_scatter
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