fix(action): do not trigger action when editing release (#1865)

This commit is contained in:
Sergio Garcia
2023-02-08 17:34:02 +01:00
committed by GitHub
parent 3e807af2b2
commit 7d2ce7e6ab

View File

@@ -10,7 +10,7 @@ on:
- "docs/**"
release:
types: [published, edited]
types: [published]
env:
AWS_REGION_STG: eu-west-1