Add types to trigger workflow when changing the target branch

Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2023-02-24 10:55:00 +01:00
parent 3c7d828954
commit e8768ec955
+1
View File
@@ -3,6 +3,7 @@ name: Helm Chart CI
on:
workflow_dispatch:
pull_request:
types: [synchronize, opened, reopened, edited]
paths:
- 'charts/**'
- '.github/workflows/helm-chart-ci.yaml'