chore: do not trigger CI on std-future branch (#1635)

This commit is contained in:
Taiki Endo 2019-10-08 01:17:27 +09:00 committed by Carl Lerche
parent aefaef3abf
commit 55caddb9ce

View File

@ -1,5 +1,5 @@
trigger: ["master", "std-future"]
pr: ["master", "std-future"]
trigger: ["master"]
pr: ["master"]
variables:
RUSTFLAGS: -Dwarnings