Skip to content

Commit

Permalink
Workaround poorly documented Travis behaviour, where only master (and…
Browse files Browse the repository at this point in the history
… not tags on master) are deployed.
  • Loading branch information
d7415 committed May 20, 2020
1 parent 5d24074 commit e9ce078
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
deploy:
- provider: script
script: ./deploy.sh
on:
all_branches: true

- name: "Test multiarch"
arch: amd64
Expand Down

0 comments on commit e9ce078

Please sign in to comment.