From 8f4b3b12e92f8b7b8238b238cbe6905113ba815f Mon Sep 17 00:00:00 2001 From: mike-gangl Date: Tue, 23 Jul 2024 13:19:51 -0700 Subject: [PATCH] commented out existing paths option --- .github/workflows/unity-py-python-app.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/unity-py-python-app.yml b/.github/workflows/unity-py-python-app.yml index 9455f1c8..ea7fe696 100644 --- a/.github/workflows/unity-py-python-app.yml +++ b/.github/workflows/unity-py-python-app.yml @@ -7,15 +7,15 @@ on: push: branches: - main - paths: - - 'libs/unity-py/**' - - 'schemas/health-service/**' +# paths: +# - 'libs/unity-py/**' +# - 'schemas/health-service/**' pull_request: branches: - main - paths: - - 'libs/unity-py/**' - - 'schemas/health-service/**' +# paths: +# - 'libs/unity-py/**' +# - 'schemas/health-service/**' jobs: changes: