Add some branch restrictions to pipelines
This commit is contained in:
parent
28d7afa486
commit
b544275728
@ -39,6 +39,8 @@ cache:
|
|||||||
only:
|
only:
|
||||||
changes:
|
changes:
|
||||||
- ChaosBot/**/*
|
- ChaosBot/**/*
|
||||||
|
refs:
|
||||||
|
- master
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
- hawkeye
|
- hawkeye
|
||||||
@ -68,6 +70,8 @@ cache:
|
|||||||
only:
|
only:
|
||||||
changes:
|
changes:
|
||||||
- ChaosBot/wwwroot/*
|
- ChaosBot/wwwroot/*
|
||||||
|
refs:
|
||||||
|
- master
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
- hawkeye
|
- hawkeye
|
||||||
@ -85,6 +89,8 @@ cache:
|
|||||||
only:
|
only:
|
||||||
changes:
|
changes:
|
||||||
- ChaosBot/wwwroot/*
|
- ChaosBot/wwwroot/*
|
||||||
|
refs:
|
||||||
|
- master
|
||||||
dependencies:
|
dependencies:
|
||||||
- "Build node"
|
- "Build node"
|
||||||
tags:
|
tags:
|
||||||
@ -100,6 +106,8 @@ cache:
|
|||||||
only:
|
only:
|
||||||
changes:
|
changes:
|
||||||
- ChaosBot/**/*
|
- ChaosBot/**/*
|
||||||
|
refs:
|
||||||
|
- master
|
||||||
dependencies:
|
dependencies:
|
||||||
- "Test dotnet"
|
- "Test dotnet"
|
||||||
- "Build node"
|
- "Build node"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user