Only build PRs and the master branch on CI.

This commit is contained in:
Jimmy Cuadra 2019-08-03 14:01:50 -07:00
parent 8b92689750
commit e11ac61bef

View File

@ -11,6 +11,7 @@ script:
- "cargo clippy --all-targets --all-features -- -D warnings" - "cargo clippy --all-targets --all-features -- -D warnings"
- "cargo build --verbose" - "cargo build --verbose"
- "cargo test --verbose" - "cargo test --verbose"
if: "type != push OR (tag IS blank AND branch = master)"
notifications: notifications:
email: false email: false
irc: irc: