Add some branch restrictions to pipelines

This commit is contained in:
Daniel_I_Am 2021-01-02 12:37:47 +01:00
parent 28d7afa486
commit b544275728
No known key found for this signature in database
GPG Key ID: 80C428FCC9743E84

View File

@ -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"