Skip to content

Commit b02647f

Browse files
Massimiliano Pippimasci
Massimiliano Pippi
authored andcommitted
remove anchors
1 parent 7b1ea2e commit b02647f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: .github/workflows/docs.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: docs
22

33
on:
44
pull_request:
5-
paths: &p
5+
paths:
66
# existing docs
77
- 'docs/**'
88
# changes to the cli reference generator
@@ -14,8 +14,12 @@ on:
1414
push:
1515
branches:
1616
- master
17+
# At this day, GitHub doesn't support YAML anchors, d'oh!
1718
paths:
18-
<<: *p
19+
- 'docs/**'
20+
- 'docsgen/**'
21+
- 'cli/**'
22+
- 'rpc/**'
1923

2024
jobs:
2125
build:

0 commit comments

Comments
 (0)