making gitlab build code if cogs change

This commit is contained in:
Luke Robles 2022-04-30 10:14:46 -07:00
parent 786406f664
commit 0873056383

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