From 23b6b85bf0c8325647a89febe392ee1a29f8a88f Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 22 Jun 2019 08:42:27 -0700 Subject: [PATCH] Prevent Travis/Appveyor from trying to build mergify branches (#4786) --- .appveyor.yml | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index d77d047bc3..23ae55a3ab 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -4,7 +4,7 @@ version: '{build}' branches: only: - master - - /v[0-9.]+/ + - /^v[0-9.]+/ cache: - '%USERPROFILE%\.cargo' diff --git a/.travis.yml b/.travis.yml index 11e07ef1a0..f2853fac11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ script: branches: only: - master - - /v.*/ + - /^v\d+\.\d+(\.\d+)?(-\S*)?$/ notifications: slack: