Skip to content

Commit

Permalink
Merge pull request #1146 from alleyinteractive/fix/allow-manual-releases
Browse files Browse the repository at this point in the history
Allow manual releases
  • Loading branch information
kevinfodness authored Jul 2, 2024
2 parents 8d09a9c + d12d154 commit 4f94e0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-to-wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
tags:
- "*"
workflow_dispatch:

jobs:
push-built-release:
name: Deploy plugin version to WP.org
Expand Down

0 comments on commit 4f94e0d

Please sign in to comment.