Skip to content

Commit 6a2102d

Browse files
committed
Run E2E CI when modifying e2e paths
1 parent 32aa50f commit 6a2102d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: E2E Test
22

33
on:
4+
pull_request:
5+
paths:
6+
- apps/expo-example/e2e/**
7+
- apps/common-app/src/e2e_screens/**
48
push:
59
branches:
610
- main

0 commit comments

Comments
 (0)