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
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}