fix(actions): Exclude docs folder in action (#1743)

This commit is contained in:
Pepe Fagoaga
2023-01-20 12:50:28 +01:00
committed by GitHub
parent 6f9825362a
commit 03ef80dd8e

View File

@@ -7,6 +7,7 @@ on:
paths-ignore: paths-ignore:
- ".github/**" - ".github/**"
- "README.md" - "README.md"
- "docs/**"
release: release:
types: [published, edited] types: [published, edited]