diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f222a53aee1561ac2a5f0dbad73526b32e99196e..2b2467d137d1d358504829a6ceda4722ffaffb77 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,7 @@ include: when: never - changes: - src/gitlab-tofu.sh + - opentofu_versions.yaml - Dockerfile - .gitlab-ci.yml - tests/unit.gitlab-ci.yml @@ -24,6 +25,7 @@ include: when: never - changes: - src/gitlab-tofu.sh + - opentofu_versions.yaml - Dockerfile - .gitlab-ci.yml - templates/*.yml @@ -113,6 +115,7 @@ gitlab-opentofu-image:build: - if: $CI_COMMIT_TAG - changes: - Dockerfile + - opentofu_versions.yaml - .gitlab-ci.yml - src/**/* - templates/**/* @@ -141,6 +144,7 @@ check-readme: - if: $CI_COMMIT_TAG - changes: - Makefile + - opentofu_versions.yaml - .gitlab-ci.yml - README.md - .gitlab/README.md.template