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: 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: