Skip to content

Commit

Permalink
Add workflow_dispatch trigger to GitHub Actions publish workflow for …
Browse files Browse the repository at this point in the history
…manual deployment
  • Loading branch information
Maralai committed Dec 15, 2024
1 parent 59170dc commit 5c8c425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
tags:
- 'v*' # Match tags that start with 'v'
workflow_dispatch:

jobs:
deploy:
Expand Down

0 comments on commit 5c8c425

Please sign in to comment.