From ac66b48c26d6611271c9129d65dfce7875f00866 Mon Sep 17 00:00:00 2001 From: ethan Date: Fri, 16 Feb 2024 15:13:29 -0800 Subject: [PATCH] updated the workflow for aws-ansible to only run when changes are made to that directory --- .github/workflows/aws-ansible.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/aws-ansible.yml b/.github/workflows/aws-ansible.yml index 026134c..88fca10 100644 --- a/.github/workflows/aws-ansible.yml +++ b/.github/workflows/aws-ansible.yml @@ -7,6 +7,7 @@ on: paths: 'cloud_AWS/ansible/**' branches: [ master ] pull_request: + paths: 'cloud_AWS/ansible/**' branches: [ master ] jobs: