Build appveyor C.I. only on master branch

master
Christophe ago%!(EXTRA string=4 years)
parent 8693d06297
commit 6c76f78298
  1. 4
      .appveyor.yml

@ -49,6 +49,10 @@ matrix:
- image: Visual Studio 2019
platform: x64
branches:
only:
- master
before_build:
- ps: |
mkdir build

Loading…
Cancel
Save