Skip to content

Commit 11cfb69

Browse files
committed
Only run workflow when required
1 parent 68387bd commit 11cfb69

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: publish-docs
2+
23
on:
3-
push
4+
push:
5+
paths:
6+
- '.github/workflows/**'
7+
- '.vitepress/**'
8+
- 'src/**'
9+
410
jobs:
511
publish-docs:
612
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)