From 430c30a9641ea5491c4d1ba74e7e041bcd17134d Mon Sep 17 00:00:00 2001 From: Krzysztof Romanowski Date: Sat, 28 Oct 2023 21:03:34 +0200 Subject: [PATCH] ci: Revert Add Deploy when pushes to main --- .github/workflows/deploy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 53c0e67..386ef75 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,9 +3,6 @@ name: Deploy the next version of charts with a image tag on: repository_dispatch: types: [deploy] - push: - branches: - - main permissions: contents: write jobs: