making gitlab build code if cogs change

This commit is contained in:
Luke Robles 2022-04-30 10:14:46 -07:00
parent f225735538
commit 42e7e6cca8

View File

@ -29,7 +29,7 @@ lint_python:
- pip install -q black && black --fast --check .
rules:
- changes:
- app/*
- app/**/*
build_and_push_container:
stage: deploy