This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new 0a45f77 Run CI on pushes to master branch
0a45f77 is described below
commit 0a45f7786871c2dcf6489fa202abfc083b44a829
Author: Lari Hotari <[email protected]>
AuthorDate: Thu Dec 21 19:44:39 2023 +0200
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 ee35a95..ecf5735 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 }}