Skip to content

Commit

Permalink
Allow manual run deploy, v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevalk committed Dec 9, 2022
1 parent 936d664 commit 659aea4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ name: "Deploy to WordPress.org and create release on GitHub"
on:
workflow_dispatch:
inputs:
environment:
description: 'Environment to run tests against'
type: environment
required: true
tags:
description: 'Tag to run for'
push:
tags:
- "v*"
Expand Down

0 comments on commit 659aea4

Please sign in to comment.