Skip to content

Commit 659aea4

Browse files
committed
Allow manual run deploy, v2
1 parent 936d664 commit 659aea4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ name: "Deploy to WordPress.org and create release on GitHub"
33
on:
44
workflow_dispatch:
55
inputs:
6-
environment:
7-
description: 'Environment to run tests against'
8-
type: environment
9-
required: true
6+
tags:
7+
description: 'Tag to run for'
108
push:
119
tags:
1210
- "v*"

0 commit comments

Comments
 (0)