Update .gitlab-ci.yml

This commit is contained in:
Sean "Solao Bajiuik" Stoves 2020-06-06 11:05:50 -04:00
parent 9eebc660cd
commit 494b5f95a5

View File

@ -34,6 +34,8 @@ build:
only: only:
changes: changes:
- ChaosBot/**/* - ChaosBot/**/*
refs:
- master
tags: tags:
- docker - docker
- hawkeye - hawkeye
@ -45,6 +47,8 @@ tests:
only: only:
changes: changes:
- ChaosBot/**/* - ChaosBot/**/*
refs:
- master
tags: tags:
- docker - docker
- hawkeye - hawkeye