Skip to content

Commit 5d9ed76

Browse files
committed
CI: anchors are not supported in GHA
1 parent 9bb1996 commit 5d9ed76

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/local-playground-test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ name: Test local Playground
33
on:
44
push:
55
branches: [ "main" ]
6-
paths: &paths
6+
paths:
77
- mkdocs/docs/playground/**
88
- mkdocs/docs/serve-no-livereload.sh
99
- .github/workflows/local-playground-test.yml
1010
pull_request:
1111
branches: [ "main" ]
12-
paths: *paths
12+
paths:
13+
- mkdocs/docs/playground/**
14+
- mkdocs/docs/serve-no-livereload.sh
15+
- .github/workflows/local-playground-test.yml
1316
workflow_dispatch:
1417

1518
jobs:

0 commit comments

Comments
 (0)