Skip to content

Commit

Permalink
Update deploy-to-wordpress.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl authored Jan 16, 2025
1 parent d95fb38 commit 5275220
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/deploy-to-wordpress.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
name: Deploy to WordPress.org

on:
release:
types: [ published ]
workflow_dispatch:
inputs:
tag:
description: 'Tag to deploy'
required: true
default: 'latest'

jobs:
tag:
name: New release
Expand Down

0 comments on commit 5275220

Please sign in to comment.