Skip to content

Commit 64abc58

Browse files
committed
Update workflow
Signed-off-by: JeffMboya <[email protected]>
1 parent b4c1762 commit 64abc58

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/helm-docs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ name: Generate Helm Docs
55

66
on:
77
push:
8-
tags:
9-
- "supermq-*"
8+
branches:
9+
- master
1010

1111
jobs:
1212
generate-docs:

.github/workflows/release.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ name: "Publish charts to repo"
55

66
on:
77
push:
8-
tags:
9-
- "supermq-*"
8+
branches:
9+
- master
1010

1111
jobs:
1212
publish:
@@ -36,6 +36,7 @@ jobs:
3636
helm repo add hashicorp https://helm.releases.hashicorp.com
3737
helm repo add nats https://nats-io.github.io/k8s/helm/charts/
3838
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
39+
helm repo add supermq https://absmach.github.io/supermq-devops/
3940
helm repo update
4041
4142
- name: Update Helm dependencies
@@ -46,5 +47,6 @@ jobs:
4647
uses: helm/[email protected]
4748
with:
4849
charts_dir: charts
50+
skip_existing: true
4951
env:
5052
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)