Disable review apps for auto-deploy branches

These branches are frequently updated and automatically deployed to real
environments, there's not really a benefit to building review apps for
them that never get used.
This commit is contained in:
Robert Speicher 2019-08-05 17:55:21 -05:00
parent 029381b1d9
commit d49ee88237
No known key found for this signature in database
GPG Key ID: 1D812769A7706642
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
except:
refs:
- master
- /^\d+-\d+-auto-deploy-\d+$/
- /(^docs[\/-].+|.+-docs$)/
.review-schedules-only: &review-schedules-only