From b7da3115dd775ce4111123a2232bb1949aa85da8 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 12 Jun 2020 17:00:29 -0700 Subject: [PATCH] Build release artifacts less frequently --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5767e0bc8f..c5f3b4523f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ language: minimal jobs: include: - name: "Export Github Repositories" - if: type in (push, api, cron) + if: type IN (push, cron) AND branch = master language: python git: depth: false @@ -24,7 +24,7 @@ jobs: - .travis/export-github-repo.sh explorer/ test-explorer - &release-artifacts - if: type in (push, api, cron) + if: type IN (api, cron) OR tag IS present name: "macOS release artifacts" os: osx language: rust