summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat <mail@mathias.is>2019-12-31 08:40:45 +0100
committerGitHub <noreply@github.com>2019-12-31 08:40:45 +0100
commit57a248bfbf2076cb1b70630c4d94a8d2191c59e3 (patch)
tree19ac9e3d7a39db54eff4523cd88cc8e3d0d1e8da
parentInclude missing server files (#4446) (diff)
downloadcuberite-57a248bfbf2076cb1b70630c4d94a8d2191c59e3.tar
cuberite-57a248bfbf2076cb1b70630c4d94a8d2191c59e3.tar.gz
cuberite-57a248bfbf2076cb1b70630c4d94a8d2191c59e3.tar.bz2
cuberite-57a248bfbf2076cb1b70630c4d94a8d2191c59e3.tar.lz
cuberite-57a248bfbf2076cb1b70630c4d94a8d2191c59e3.tar.xz
cuberite-57a248bfbf2076cb1b70630c4d94a8d2191c59e3.tar.zst
cuberite-57a248bfbf2076cb1b70630c4d94a8d2191c59e3.zip
-rw-r--r--appveyor.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 08ca41546..c66be5f12 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -55,6 +55,10 @@ for:
only:
- job_name: Windows-x86
+ branches:
+ only:
+ - master
+
before_build:
- if not exist %BUILD_DIR% mkdir %BUILD_DIR%
- cd %BUILD_DIR%
@@ -76,6 +80,10 @@ for:
only:
- job_name: Windows-x64
+ branches:
+ only:
+ - master
+
before_build:
- if not exist %BUILD_DIR% mkdir %BUILD_DIR%
- cd %BUILD_DIR%