From 96e2ceb94f5970cf6100175f8a21823e033b621e Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 25 Sep 2022 17:09:01 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6974b8e..529aa33 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,6 +78,10 @@ ansible: - ansible-playbook $CI_PROJECT_DIR/main.yml needs: - apply + only: + changes: + - terraform.tf + - terraform.tfvars destroy: stage: destroy