We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936d664 commit 659aea4Copy full SHA for 659aea4
.github/workflows/deploy.yml
@@ -3,10 +3,8 @@ name: "Deploy to WordPress.org and create release on GitHub"
3
on:
4
workflow_dispatch:
5
inputs:
6
- environment:
7
- description: 'Environment to run tests against'
8
- type: environment
9
- required: true
+ tags:
+ description: 'Tag to run for'
10
push:
11
tags:
12
- "v*"
0 commit comments