Skip to content

Commit 3cd62b1

Browse files
committed
ci test
1 parent 90a19ca commit 3cd62b1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Docker Publish
22

33
on:
4+
workflow_dispatch: ## on button click
45
push:
56
paths:
67
- Dockerfile

.github/workflows/helm-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Release Charts
22

33
on:
4+
workflow_dispatch: ## on button click
45
push:
56
branches:
67
- main

.github/workflows/oss-upload.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: OSS Upload
22

33
on:
4+
workflow_dispatch: ## on button click
45
workflow_run:
56
workflows: ["Release Charts"]
67
types: [completed]

0 commit comments

Comments
 (0)