add /** to paths

This commit is contained in:
John Skiles Skinner
2024-06-26 18:40:45 -07:00
parent 0b75b5570d
commit 49d25d968e

View File

@@ -21,8 +21,8 @@ jobs:
uses: tj-actions/changed-files@v44
with:
files: |
terraform/demo
terraform/shared
terraform/demo/**
terraform/shared/**
.github/workflows/deploy-demo.yml
- name: Terraform init
if: steps.changed-terraform-files.outputs.any_changed == 'true'