Skip to content

Commit

Permalink
Allow manual run deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevalk committed Dec 9, 2022
1 parent 9d66c92 commit 936d664
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
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
push:
tags:
- "v*"
Expand Down

0 comments on commit 936d664

Please sign in to comment.