Run CI on pushes to master branch
This commit is contained in:
parent
eedc21da30
commit
0a45f77868
4
.github/workflows/pulsar-helm-chart-ci.yaml
vendored
4
.github/workflows/pulsar-helm-chart-ci.yaml
vendored
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user