Prevent Travis/Appveyor from trying to build mergify branches (#4786) (#4787)

(cherry picked from commit 23b6b85bf0)
This commit is contained in:
mergify[bot]
2019-06-22 08:58:13 -07:00
committed by Michael Vines
parent e0ba0d581c
commit e8160efc46
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ version: '{build}'
branches: branches:
only: only:
- master - master
- /v[0-9.]+/ - /^v[0-9.]+/
cache: cache:
- '%USERPROFILE%\.cargo' - '%USERPROFILE%\.cargo'

View File

@ -17,7 +17,7 @@ script:
branches: branches:
only: only:
- master - master
- /v.*/ - /^v\d+\.\d+(\.\d+)?(-\S*)?$/
notifications: notifications:
slack: slack: