From b5442757289698d4d12a58bf8a76447b735b3dab Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Sat, 2 Jan 2021 12:37:47 +0100 Subject: [PATCH] Add some branch restrictions to pipelines --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f978bc..3f51e59 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,6 +39,8 @@ cache: only: changes: - ChaosBot/**/* + refs: + - master tags: - docker - hawkeye @@ -68,6 +70,8 @@ cache: only: changes: - ChaosBot/wwwroot/* + refs: + - master tags: - docker - hawkeye @@ -85,6 +89,8 @@ cache: only: changes: - ChaosBot/wwwroot/* + refs: + - master dependencies: - "Build node" tags: @@ -100,6 +106,8 @@ cache: only: changes: - ChaosBot/**/* + refs: + - master dependencies: - "Test dotnet" - "Build node"