Build release artifacts less frequently
This commit is contained in:
parent
69c0649988
commit
b7da3115dd
|
@ -15,7 +15,7 @@ language: minimal
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- name: "Export Github Repositories"
|
- name: "Export Github Repositories"
|
||||||
if: type in (push, api, cron)
|
if: type IN (push, cron) AND branch = master
|
||||||
language: python
|
language: python
|
||||||
git:
|
git:
|
||||||
depth: false
|
depth: false
|
||||||
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- .travis/export-github-repo.sh explorer/ test-explorer
|
- .travis/export-github-repo.sh explorer/ test-explorer
|
||||||
|
|
||||||
- &release-artifacts
|
- &release-artifacts
|
||||||
if: type in (push, api, cron)
|
if: type IN (api, cron) OR tag IS present
|
||||||
name: "macOS release artifacts"
|
name: "macOS release artifacts"
|
||||||
os: osx
|
os: osx
|
||||||
language: rust
|
language: rust
|
||||||
|
|
Loading…
Reference in New Issue