Skip to content

Commit 834ff8e

Browse files
committed
Only run tests when app code changes
1 parent 584688b commit 834ff8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ui-tests.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Run UI Tests
22

33
on: pull_request
4+
paths:
5+
- 'IonicPortals/**'
6+
- 'TestApp/**'
7+
- 'TestAppCompose/**'
8+
49
jobs:
510
test:
611
runs-on: macos-latest

0 commit comments

Comments
 (0)