Run CI on pushes to master branch

This commit is contained in:
Lari Hotari 2023-12-21 19:44:39 +02:00
parent eedc21da30
commit 0a45f77868

View File

@ -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 }}