Merge branch 'develop' #minor

This commit is contained in:
Daniel_I_Am 2021-05-08 20:31:00 +02:00
commit 336a3ac7ec
No known key found for this signature in database
GPG Key ID: 80C428FCC9743E84

View File

@ -69,7 +69,7 @@ cache:
stage: "Build Code" stage: "Build Code"
only: only:
changes: changes:
- ChaosBot/wwwroot/* - ChaosBot/**/*
refs: refs:
- master - master
tags: tags:
@ -88,7 +88,7 @@ cache:
stage: "Test Code" stage: "Test Code"
only: only:
changes: changes:
- ChaosBot/wwwroot/* - ChaosBot/**/*
refs: refs:
- master - master
dependencies: dependencies: