We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f496cc commit c866a12Copy full SHA for c866a12
.github/workflows/deploy.yml
@@ -2,8 +2,8 @@ name: Deploy
2
on:
3
push:
4
branches: [main]
5
+ workflow_dispatch:
6
jobs:
7
deploy:
8
uses: NucleoidAI/actions/.github/workflows/deploy.yml@main
9
secrets: inherit
-
0 commit comments