mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
fix(actions): Exclude docs folder in action (#1743)
This commit is contained in:
@@ -7,6 +7,7 @@ on:
|
|||||||
paths-ignore:
|
paths-ignore:
|
||||||
- ".github/**"
|
- ".github/**"
|
||||||
- "README.md"
|
- "README.md"
|
||||||
|
- "docs/**"
|
||||||
|
|
||||||
release:
|
release:
|
||||||
types: [published, edited]
|
types: [published, edited]
|
||||||
|
|||||||
Reference in New Issue
Block a user