diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f6e72a..1a660e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ name: Release Charts on: - workflow_dispatch: + workflow_dispatch: inputs: logLevel: description: 'Log level' @@ -12,11 +12,11 @@ on: - info - warning - debug - #push: - # branches: - # - main - # paths: - # - "charts/**" + push: + branches: + - main + paths: + - "charts/**" jobs: release: