Just build trying and staging branches

This commit is contained in:
Lachlan Sneff 2019-03-08 15:06:39 -08:00 committed by GitHub
parent a08b2f236b
commit 16f72e30f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -310,25 +310,30 @@ workflows:
jobs:
- lint
- test:
filters:
branches:
ignore: master
only:
- trying
- staging
- test-macos:
filters:
branches:
ignore: master
only:
- trying
- staging
- test-and-build:
filters:
branches:
only: master
only:
- trying
- staging
- test-and-build-macos:
filters:
branches:
only: master
only:
- trying
- staging
- test-rust-nightly:
filters:
branches:
only: master
only:
- trying
- staging
- publish-github-release:
requires:
- lint