Removing lighthouse results from deploy trigger
This commit is contained in:
parent
3c80fdb6fc
commit
2356aea6e4
|
|
@ -19,6 +19,7 @@ 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"
|
||||||
|
- "!lighthouse_results/**"
|
||||||
- "!CONTRIBUTING.md"
|
- "!CONTRIBUTING.md"
|
||||||
- "!CUSTOMIZE.md"
|
- "!CUSTOMIZE.md"
|
||||||
- "!FAQ.md"
|
- "!FAQ.md"
|
||||||
|
|
@ -42,6 +43,7 @@ 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"
|
||||||
|
- "!lighthouse_results/**"
|
||||||
- "!CONTRIBUTING.md"
|
- "!CONTRIBUTING.md"
|
||||||
- "!CUSTOMIZE.md"
|
- "!CUSTOMIZE.md"
|
||||||
- "!FAQ.md"
|
- "!FAQ.md"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue