We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1ea2e commit b02647fCopy full SHA for b02647f
.github/workflows/docs.yaml
@@ -2,7 +2,7 @@ name: docs
2
3
on:
4
pull_request:
5
- paths: &p
+ paths:
6
# existing docs
7
- 'docs/**'
8
# changes to the cli reference generator
@@ -14,8 +14,12 @@ on:
14
push:
15
branches:
16
- master
17
+ # At this day, GitHub doesn't support YAML anchors, d'oh!
18
paths:
- <<: *p
19
+ - 'docs/**'
20
+ - 'docsgen/**'
21
+ - 'cli/**'
22
+ - 'rpc/**'
23
24
jobs:
25
build:
0 commit comments