diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ffaf375..fff824a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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*"