From 608035e66caac92f15702354c8f4bbf52f53638e Mon Sep 17 00:00:00 2001 From: DecFox Date: Wed, 20 Mar 2024 23:50:34 +0530 Subject: [PATCH] fix: ansible and terraform workflows --- .github/workflows/check_ansible.yml | 2 +- .github/workflows/check_terraform.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_ansible.yml b/.github/workflows/check_ansible.yml index 1ab98ad..396a8af 100644 --- a/.github/workflows/check_ansible.yml +++ b/.github/workflows/check_ansible.yml @@ -10,7 +10,7 @@ on: - reopened - edited # title or body of a pull request was edited, or the base branch of a pull request was changed paths: - - "ansible/*" + - "ansible/**" - "!ansible/README.md" jobs: diff --git a/.github/workflows/check_terraform.yml b/.github/workflows/check_terraform.yml index 4695a7f..fd373c3 100644 --- a/.github/workflows/check_terraform.yml +++ b/.github/workflows/check_terraform.yml @@ -10,7 +10,7 @@ on: - reopened - edited # title or body of a pull request was edited, or the base branch of a pull request was changed paths: - - "tf/*" + - "tf/**" - "!tf/README.md" jobs: