Skip to content

Commit c866a12

Browse files
authored
Add workflow_dispatch
1 parent 9f496cc commit c866a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Deploy
22
on:
33
push:
44
branches: [main]
5+
workflow_dispatch:
56
jobs:
67
deploy:
78
uses: NucleoidAI/actions/.github/workflows/deploy.yml@main
89
secrets: inherit
9-

0 commit comments

Comments
 (0)