Skip to content

Commit 8a8e5e3

Browse files
committed
Only publish when files under website changed
1 parent 68b26dd commit 8a8e5e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [source]
66
push:
77
branches: [source]
8+
paths:
9+
- 'website/**'
810

911
jobs:
1012
checks:

0 commit comments

Comments
 (0)