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
|
name: Pulsar Helm Chart CI
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user