feat: temporarily allow nocodb-nest for ci

This commit is contained in:
Wing-Kam Wong
2023-04-11 14:08:25 +08:00
committed by Pranav C
parent 244b9a257c
commit ca8ef074c5

View File

@@ -9,6 +9,7 @@ on:
paths:
- "packages/nc-gui/**"
- "packages/nocodb/**"
- "packages/nocodb-nest/**"
- ".github/workflows/ci-cd.yml"
- "tests/playwright/**"
pull_request:
@@ -17,6 +18,7 @@ on:
paths:
- "packages/nc-gui/**"
- "packages/nocodb/**"
- "packages/nocodb-nest/**"
- ".github/workflows/ci-cd.yml"
- "tests/playwright/**"