AppVeyor: Allow branch builds for branches containing "appveyor-build-branch" (#1484)

… as discussed in https://github.com/dhall-lang/dhall-haskell/pull/1479.
This commit is contained in:
Simon Jakobi 2019-10-28 19:26:29 +01:00 committed by mergify[bot]
parent 1a0778e9fa
commit 8e52b9da45

View File

@ -4,6 +4,8 @@ branches:
only:
- master
- /\d*\.\d*\.\d*/
# For testing:
- /.*appveyor-build-branch.*/
environment:
STACK_ROOT: C:\sr