We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f676c3 commit 1db7d1fCopy full SHA for 1db7d1f
.github/workflows/helm-docs.yaml
@@ -5,8 +5,8 @@ name: Generate Helm Docs
5
6
on:
7
push:
8
- branches:
9
- - master
+ tags:
+ - "supermq-*"
10
11
jobs:
12
generate-docs:
.github/workflows/release.yaml
@@ -2,14 +2,11 @@
2
# SPDX-License-Identifier: Apache-2.0
3
4
name: "Publish charts to repo"
+
tags:
- - "chart-*"
- paths:
- - "charts/**"
13
14
15
publish:
0 commit comments