Only build PRs and the master branch on CI.

This commit is contained in:
Jimmy Cuadra 2019-08-03 14:02:08 -07:00
parent 5e8103f007
commit f6abbf4262

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: