Correcting the path ignore for cypress manual tests

This commit is contained in:
Arpit Mohan 2020-12-11 17:12:31 +05:30
parent 51757072de
commit 8baff167b1

View File

@ -5,15 +5,13 @@ on:
branches: [release, master] branches: [release, master]
# Only trigger if files have changed in this specific path # Only trigger if files have changed in this specific path
paths: paths:
- "app/client/**" - 'app/client/**'
paths-ignore: - '!app/client/cypress/manual_TestSuite/**'
- "app/client/cypress/manual_TestSuite/**"
pull_request_target: pull_request_target:
branches: [release, master] branches: [release, master]
paths: paths:
- "app/client/**" - 'app/client/**'
paths-ignore: - '!app/client/cypress/manual_TestSuite/**'
- "app/client/cypress/manual_TestSuite/**"
# Change the working directory for all the jobs in this workflow # Change the working directory for all the jobs in this workflow
defaults: defaults: