We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 687657b + 41bd8d7 commit fda336bCopy full SHA for fda336b
.github/workflows/publish.yml
@@ -4,7 +4,7 @@ name: Publish helm chart and docker images
4
on:
5
push:
6
branches: [main, master]
7
- tags:
+ tags: ["**"]
8
9
defaults:
10
run:
.github/workflows/test.yml
@@ -4,6 +4,8 @@ on:
pull_request:
branches: [master, main]
+ workflow_dispatch:
11
0 commit comments