From 42e7e6cca86eb90dedbf04697bc164816b22b278 Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Sat, 30 Apr 2022 10:14:46 -0700 Subject: [PATCH] making gitlab build code if cogs change --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae44fa7e..61709f27 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ lint_python: - pip install -q black && black --fast --check . rules: - changes: - - app/* + - app/**/* build_and_push_container: stage: deploy