Skip to content

Commit 3c78450

Browse files
committed
add workflow_dispatch to allow manual workflow start
1 parent 90838b3 commit 3c78450

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Continuous Integration and Continuous Delivery
22

33
on:
44
push:
5+
workflow_dispatch:
56

67
permissions:
78
id-token: write

0 commit comments

Comments
 (0)