We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584688b commit 834ff8eCopy full SHA for 834ff8e
.github/workflows/ui-tests.yml
@@ -1,6 +1,11 @@
1
name: Run UI Tests
2
3
on: pull_request
4
+ paths:
5
+ - 'IonicPortals/**'
6
+ - 'TestApp/**'
7
+ - 'TestAppCompose/**'
8
+
9
jobs:
10
test:
11
runs-on: macos-latest
0 commit comments