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: