Add some branch restrictions to pipelines
This commit is contained in:
parent
28d7afa486
commit
b544275728
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user