diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 386ef75..53c0e67 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,6 +3,9 @@ name: Deploy the next version of charts with a image tag on: repository_dispatch: types: [deploy] + push: + branches: + - main permissions: contents: write jobs: