Skip to content

Commit 942d3c8

Browse files
chore: exclude ui "*.native" files from playwright workflow
1 parent e3f53f1 commit 942d3c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
paths:
55
- 'apps/web/**'
66
- 'packages/**'
7+
- '!packages/ui/**/*.native.ts'
8+
- '!packages/ui/**/*.native.tsx'
9+
710

811
jobs:
912
test:

0 commit comments

Comments
 (0)