Skip to content

Commit cf59d21

Browse files
chore(repo): change action trigger to include any file under docs
1 parent acc7d90 commit cf59d21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-spec-to-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [main]
66
paths:
7-
- 'docs/specification/spec.md'
7+
- 'docs/**'
88
workflow_dispatch:
99

1010
jobs:

0 commit comments

Comments
 (0)