making gitlab build code if cogs change

This commit is contained in:
Luke Robles 2022-04-30 10:14:46 -07:00
parent 6b96b5705d
commit 31f5e30794

View File

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