Update workflow to trigger on 'main' branch instead of 'master'
All checks were successful
Helm Chart Build and Publish / build-and-publish (push) Successful in 16s

This commit is contained in:
Ash Leece 2024-12-20 11:13:53 +00:00
parent 00b1f5eb97
commit 584a03c3db

View File

@ -2,7 +2,7 @@ name: Helm Chart Build and Publish
on:
push:
branches:
- master
- main
jobs:
build-and-publish: