Skip to content

Commit

Permalink
feat: allow manual triggering of the publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
boluwatifee4 committed Jan 21, 2025
1 parent 597707c commit 0008341
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
tags:
- 'v*' # Trigger only on version tags

workflow_dispatch: # Allow manual triggering of the workflow

jobs:
publish:
name: Publish Libraries
Expand Down

0 comments on commit 0008341

Please sign in to comment.