Skip to content

Commit c3a2109

Browse files
committed
Update CI
1 parent ae0a142 commit c3a2109

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- master
66
tags:
77
- "v*.*.*"
8+
paths:
9+
- packages/app/**
10+
- packages/shared/**
811
workflow_call:
912

1013
env:

.github/workflows/deploy-search.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
- master
66
tags:
77
- "v*.*.*"
8+
paths:
9+
- packages/search/**
810
workflow_call:
911

1012
env:

0 commit comments

Comments
 (0)