Skip to content

Commit 52ece01

Browse files
ci: only deploy site on site or worker changes
1 parent acc8aff commit 52ece01

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Deploy Landing Site
22

33
on:
44
push:
5+
paths:
6+
- 'site/**'
7+
- 'worker/**'
58

69
jobs:
710
deploy-landing:

0 commit comments

Comments
 (0)