mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 14:30:12 +01:00
* chore(ci): updating branch reference from master to develop(HEAD) (#384) Signed-off-by: mittachaitu <sai.chaithanya@mayadata.io> Co-authored-by: sai chaithanya <sai.chaithanya@mayadata.io>
This commit is contained in:
parent
95428184cc
commit
9d2966057a
22 changed files with 73 additions and 73 deletions
4
.github/workflows/release-charts.yml
vendored
4
.github/workflows/release-charts.yml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
|||
paths:
|
||||
- 'deploy/helm/**'
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
echo "Commiting changes to deploy/helm/charts/crds"
|
||||
git add deploy/helm/charts/crds
|
||||
git commit -s -m 'chore(crd): add auto generated crds to helm release'
|
||||
git push origin master
|
||||
git push origin develop
|
||||
fi
|
||||
|
||||
- name: Run chart-releaser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue