Skip to content

Commit bf320eb

Browse files
authored
Merge pull request #32 from NucleoidAI/add-workflow_dispatch
Add workflow_dispatch
2 parents 9f496cc + c866a12 commit bf320eb

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)