Skip to content

Commit 9026439

Browse files
committed
refactor: change ci to only run when certain paths change
1 parent b0e8fee commit 9026439

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: CI
33
on:
44
push:
55
branches: [main]
6+
paths:
7+
- "packages/**"
8+
- ".github/workflows/ci.yml"
9+
- "scripts/**"
610
pull_request:
711

812
concurrency:

0 commit comments

Comments
 (0)