Correcting the path ignore for cypress manual tests
This commit is contained in:
parent
51757072de
commit
8baff167b1
10
.github/workflows/client.yml
vendored
10
.github/workflows/client.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user