Skip to content

Commit bf0ff0d

Browse files
committed
add workflow_dispatch to allow manual workflow start
1 parent 43c6369 commit bf0ff0d

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)