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
All checks were successful
Helm Chart Build and Publish / build-and-publish (push) Successful in 16s
This commit is contained in:
parent
00b1f5eb97
commit
584a03c3db
@ -2,7 +2,7 @@ name: Helm Chart Build and Publish
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build-and-publish:
|
||||
|
Loading…
Reference in New Issue
Block a user