Skip to content

Commit 8859520

Browse files
committed
ci(deploy): trigger only on docs or dependency changes
1 parent df6ebab commit 8859520

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Deploy VitePress Site to Pages
33
on:
44
push:
55
branches: [main]
6+
paths:
7+
- 'docs/**'
8+
- 'package.json'
9+
- 'bun.lock'
610
workflow_dispatch:
711

812
permissions:

0 commit comments

Comments
 (0)