Avoid deploying site when changes are in README files
This commit is contained in:
parent
43a3dd9e75
commit
1935a2ace0
|
|
@ -19,6 +19,11 @@ on:
|
||||||
- "!.github/workflows/docker-slim.yml"
|
- "!.github/workflows/docker-slim.yml"
|
||||||
- "!.github/workflows/lighthouse-badger.yml"
|
- "!.github/workflows/lighthouse-badger.yml"
|
||||||
- "!.github/workflows/prettier.yml"
|
- "!.github/workflows/prettier.yml"
|
||||||
|
- "!CONTRIBUTING.md"
|
||||||
|
- "!CUSTOMIZE.md"
|
||||||
|
- "!FAQ.md"
|
||||||
|
- "!INSTALL.md"
|
||||||
|
- "!README.md"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
@ -37,6 +42,11 @@ on:
|
||||||
- "!.github/workflows/docker-slim.yml"
|
- "!.github/workflows/docker-slim.yml"
|
||||||
- "!.github/workflows/lighthouse-badger.yml"
|
- "!.github/workflows/lighthouse-badger.yml"
|
||||||
- "!.github/workflows/prettier.yml"
|
- "!.github/workflows/prettier.yml"
|
||||||
|
- "!CONTRIBUTING.md"
|
||||||
|
- "!CUSTOMIZE.md"
|
||||||
|
- "!FAQ.md"
|
||||||
|
- "!INSTALL.md"
|
||||||
|
- "!README.md"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue