Browse Source

feat(test): Added playwright folder as trigger for CI/CD

pull/4521/head
Muhammed Mustafa 2 years ago
parent
commit
3e72e3814e
  1. 1
      .github/workflows/ci-cd.yml

1
.github/workflows/ci-cd.yml

@ -10,6 +10,7 @@ on:
- "packages/nc-gui/**" - "packages/nc-gui/**"
- "packages/nocodb/**" - "packages/nocodb/**"
- ".github/workflows/ci-cd.yml" - ".github/workflows/ci-cd.yml"
- "tests/playwright/**"
pull_request: pull_request:
types: [opened, reopened, synchronize, ready_for_review, labeled] types: [opened, reopened, synchronize, ready_for_review, labeled]
branches: [develop] branches: [develop]

Loading…
Cancel
Save