From c815d2f2284cb1d9f07cad76ee877ba7a928ad6b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 27 Aug 2020 22:42:56 -0700 Subject: Travis: use all_branches: true for deploy. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8cc736b9b..eeb68f5f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,6 +44,8 @@ install: cp macos/Makefile ${ARTIFACTS}/ echo ${VERSION} > ${ARTIFACTS}/version.txt deploy: + on: + all_branches: true provider: s3 bucket: travis-jgm-pandoc region: us-west-1 -- cgit v1.2.3