Skip to content

Commit fda336b

Browse files
authored
Merge pull request #1216 from consideRatio/pr/fix-tag-pushes
[MRG] Manual trigger of tests and fix tag pushes
2 parents 687657b + 41bd8d7 commit fda336b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Publish helm chart and docker images
44
on:
55
push:
66
branches: [main, master]
7-
tags:
7+
tags: ["**"]
88

99
defaults:
1010
run:

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
push:
66
branches: [master, main]
7+
tags: ["**"]
8+
workflow_dispatch:
79

810
defaults:
911
run:

0 commit comments

Comments
 (0)