From 8fd36d8eef3420b42e7936e949928a6b43df7e15 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Tue, 3 Nov 2020 10:02:34 +0100 Subject: [PATCH] AppVeyor: whitelist 7.0 branch The AppVeyor epics-base-7 project is supposed to pull the .appveyor.yml from this branch to only build commits and pull requests from/for 7.0. --- .appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index eba6f4aaa..8f38f3ef9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,6 +1,12 @@ # .appveyor.yml for use with EPICS Base ci-scripts # (see: https://github.com/epics-base/ci-scripts) +# branches to build +branches: + # whitelist + only: + - 7.0 + # Version format version: base-{branch}-{build}