Prevent Travis/Appveyor from trying to build mergify branches (#4786)
This commit is contained in:
		| @@ -4,7 +4,7 @@ version: '{build}' | |||||||
| branches: | branches: | ||||||
|   only: |   only: | ||||||
|   - master |   - master | ||||||
|   - /v[0-9.]+/ |   - /^v[0-9.]+/ | ||||||
|  |  | ||||||
| cache: | cache: | ||||||
|   - '%USERPROFILE%\.cargo' |   - '%USERPROFILE%\.cargo' | ||||||
|   | |||||||
| @@ -17,7 +17,7 @@ script: | |||||||
| branches: | branches: | ||||||
|   only: |   only: | ||||||
|     - master |     - master | ||||||
|     - /v.*/ |     - /^v\d+\.\d+(\.\d+)?(-\S*)?$/ | ||||||
|  |  | ||||||
| notifications: | notifications: | ||||||
|   slack: |   slack: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user