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

This commit is contained in:
Michael Vines 2019-06-22 08:42:27 -07:00 committed by GitHub
parent 96b56fa6f7
commit 23b6b85bf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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