Skip to content

Commit

Permalink
allow workflow dispatch on deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
CloseChoice committed Apr 13, 2024
1 parent a5d2f2d commit d4573de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: deploy-to-server

on:
workflow_dispatch:
workflow_run:
branches:
- 'main'
Expand Down

0 comments on commit d4573de

Please sign in to comment.