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]
# 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: