From 942af2a7b8203bef4b2ecac74399761685279d41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Miguel=20Benito=20Calzada?= Date: Wed, 5 Oct 2022 16:06:39 +0200 Subject: [PATCH] Run GHA pipeline on pushes to main branch (#5429) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds the required changes in GitHub Actions workflow to trigger the workflow on every push to main. Signed-off-by: Jesús Benito Calzada --- .github/workflows/kubeapps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kubeapps.yaml b/.github/workflows/kubeapps.yaml index 89b59882e59..0aa3e3b0569 100644 --- a/.github/workflows/kubeapps.yaml +++ b/.github/workflows/kubeapps.yaml @@ -6,7 +6,7 @@ name: Kubeapps general pipeline on: push: branches: - - migrate-ci + - main pull_request: branches: - main