Skip to content

Commit 95c7442

Browse files
committed
chore: remove example apps test step and add branch triggers for example apps testing
1 parent 183006a commit 95c7442

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ jobs:
3737
- name: Test
3838
if: always()
3939
run: npm test
40-
41-
- name: Test example apps
42-
if: always()
43-
uses: ./.github/workflows/test-example-apps.yml
4440

4541
- name: Check commits (PR only)
4642
if: github.event_name == 'pull_request' && always()

.github/workflows/test-example-apps.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Test for example apps [auto]
22

33
on:
4+
push:
5+
branches: [main, 'release/**']
6+
pull_request:
7+
branches: [main, 'release/**']
48
workflow_dispatch:
59
inputs:
610
update-screenshots:

0 commit comments

Comments
 (0)