change to only run on docs pushes
This commit is contained in:
parent
e0baa682d7
commit
571e99c862
1 changed files with 2 additions and 0 deletions
2
.github/workflows/prettier-check.yml
vendored
2
.github/workflows/prettier-check.yml
vendored
|
|
@ -1,6 +1,8 @@
|
|||
name: 'Docs Fomatting Check'
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- './docs/**'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue