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 9bb1996 commit 5d9ed76Copy full SHA for 5d9ed76
.github/workflows/local-playground-test.yml
@@ -3,13 +3,16 @@ name: Test local Playground
3
on:
4
push:
5
branches: [ "main" ]
6
- paths: &paths
+ paths:
7
- mkdocs/docs/playground/**
8
- mkdocs/docs/serve-no-livereload.sh
9
- .github/workflows/local-playground-test.yml
10
pull_request:
11
12
- paths: *paths
13
+ - mkdocs/docs/playground/**
14
+ - mkdocs/docs/serve-no-livereload.sh
15
+ - .github/workflows/local-playground-test.yml
16
workflow_dispatch:
17
18
jobs:
0 commit comments