fix(ci): run on all branches
All checks were successful
Helm / helm-lint (push) Successful in 27s
Helm / helm-unittest (push) Successful in 17s

This commit is contained in:
2025-01-19 21:22:40 +01:00
parent 75292a54ca
commit 814dd01995
3 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,8 @@ on:
pull_request:
types: [ "opened", "reopened", "synchronize" ]
push:
branches:
- '**'
tags-ignore:
- '**'
workflow_dispatch: {}