Skip to content

Commit 1b900b6

Browse files
committed
trigger on workflow_dispatch
1 parent 929197a commit 1b900b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-deploy.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
deploy:
3333
name: Deploy
3434
runs-on: ubuntu-latest
35-
needs: test-deploy
36-
if: github.event_name == 'pull_request'
35+
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
3736
strategy:
3837
matrix:
3938
node-version: [24]

0 commit comments

Comments
 (0)