diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index b53d582f2c..7deb1ecaf2 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -5,15 +5,13 @@ on: branches: [release, master] # Only trigger if files have changed in this specific path paths: - - "app/client/**" - paths-ignore: - - "app/client/cypress/manual_TestSuite/**" + - 'app/client/**' + - '!app/client/cypress/manual_TestSuite/**' pull_request_target: branches: [release, master] paths: - - "app/client/**" - paths-ignore: - - "app/client/cypress/manual_TestSuite/**" + - 'app/client/**' + - '!app/client/cypress/manual_TestSuite/**' # Change the working directory for all the jobs in this workflow defaults: