From 2d5021b5cd1f68b58f79528f24351b69c1ccc6e0 Mon Sep 17 00:00:00 2001 From: Dagen Brock Date: Wed, 22 Aug 2018 10:55:37 -0500 Subject: [PATCH] better pattern for branch builds --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cea9b05..f24530f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -162,6 +162,7 @@ build-win32: expire_in: 10 minutes only: - master + - /^win.*/ package-win32: tags: @@ -205,6 +206,7 @@ package-win32: expire_in: 10 minutes only: - master + - /^win.*/ deploy-win32: tags: @@ -214,7 +216,9 @@ deploy-win32: GIT_STRATEGY: none script: - aws s3 cp gsplus-win32.zip s3://%AWS_BUCKET%/%CI_TAG%/%CI_VERSION%/%CI_PIPELINE_ID%/win32/%CI_BUILD_ID%/ --acl public-read - + only: + - master + - /^win.*/ # TARGET SYSTEM: WIN32 SDL2 UNDER CYGWIN W MINGW64 SDL2 LIBS build-win-sdl2: