Skip to content

Commit 1db7d1f

Browse files
committed
Enable manual release
Signed-off-by: JeffMboya <[email protected]>
1 parent 3f676c3 commit 1db7d1f

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
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-
branches:
9-
- master
8+
tags:
9+
- "supermq-*"
1010

1111
jobs:
1212
generate-docs:

.github/workflows/release.yaml

+2-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
name: "Publish charts to repo"
5+
56
on:
67
push:
7-
branches:
8-
- master
98
tags:
10-
- "chart-*"
11-
paths:
12-
- "charts/**"
9+
- "supermq-*"
1310

1411
jobs:
1512
publish:

0 commit comments

Comments
 (0)