Don't build non-master branches

This commit is contained in:
Philipp Oppermann
2018-10-28 13:33:26 +01:00
parent c9f721d4c9
commit 7f36c84c0f

View File

@@ -8,9 +8,13 @@ notifications:
on_failure: change
branches:
except:
# Used by bors
- staging.tmp
only:
# This is where pull requests from "bors r+" are built.
- staging
# This is where pull requests from "bors try" are built.
- trying
# Build pull requests.
- master
rust:
- nightly