Skip to content

Commit

Permalink
🔧 chore(deploy.yml): add workflow_dispatch event to allow manual trig…
Browse files Browse the repository at this point in the history
…gering of the deployment workflow
  • Loading branch information
skullzarmy committed Oct 28, 2023
1 parent 4af86bc commit 9b10278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
workflow_dispatch:

jobs:
deploy:
Expand Down

0 comments on commit 9b10278

Please sign in to comment.