Skip to content

Commit 4eb6deb

Browse files
committed
chore: added manual trigger to deploy operator and controller
1 parent 7abc97f commit 4eb6deb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .github/workflows/controller.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Controller
22

33
on:
4+
workflow_dispatch: {}
45
push:
56
branches:
67
- "main"

Diff for: .github/workflows/proxy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Proxy
22

33
on:
4+
workflow_dispatch: {}
45
push:
56
branches:
67
- "main"

0 commit comments

Comments
 (0)