Skip to content

Commit 20708a9

Browse files
committed
Add workflow dispatch event on build workflows
1 parent dbc8e4c commit 20708a9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/controller-build.yaml

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

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- master

.github/workflows/vaultenv-build.yaml

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

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- master

.github/workflows/webhook-build.yaml

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

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- master

0 commit comments

Comments
 (0)