diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5f1c60fa2..f2a7660e7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: TEst +name: Test on: workflow_dispatch: @@ -13,7 +13,7 @@ jobs: steps: - name: Check Changed Files run: | - if git diff --name-only ${{ github.base_ref }}...${{ github.head_ref }} | grep -q "^/client/apps/"; then + if git diff --name-only ${{ github.base_ref }}...${{ github.head_ref }} | grep -q "^client/apps/*"; then echo "Files in client/apps/ have changed2" else echo "No files in client/apps/ have changed"