From 0a45f7786871c2dcf6489fa202abfc083b44a829 Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Thu, 21 Dec 2023 19:44:39 +0200 Subject: [PATCH] Run CI on pushes to master branch --- .github/workflows/pulsar-helm-chart-ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pulsar-helm-chart-ci.yaml b/.github/workflows/pulsar-helm-chart-ci.yaml index ee35a953..ecf57350 100644 --- a/.github/workflows/pulsar-helm-chart-ci.yaml +++ b/.github/workflows/pulsar-helm-chart-ci.yaml @@ -19,9 +19,13 @@ name: Pulsar Helm Chart CI on: + push: + branches: + - master pull_request: branches: - master + workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.ref }}