Commit 14c6617a authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Limit rebuild to changes to build files only

parent 2e373309
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4,6 +4,10 @@ Build Image:
  tags: [buildkit]
  rules:
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
    changes:
    - Dockerfile
    - monitor.py
    - templates/*
  - if: $CI_PIPELINE_SOURCE == "schedule"
  - if: $CI_PIPELINE_SOURCE == "merge_request_event"
  script: