Skip to content

Commit 322619d

Browse files
authored
Merge pull request #159 from Automattic/fix/deploy
2 parents f5e47ae + 2f3e90e commit 322619d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Deploy to WordPress.org
22
on:
33
release:
44
types: [released]
5+
6+
# Allow manually triggering the workflow.
7+
workflow_dispatch:
58
jobs:
69
tag:
710
name: New tag

0 commit comments

Comments
 (0)