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.
2 parents f5e47ae + 2f3e90e commit 322619dCopy full SHA for 322619d
.github/workflows/deploy.yml
@@ -2,6 +2,9 @@ name: Deploy to WordPress.org
2
on:
3
release:
4
types: [released]
5
+
6
+ # Allow manually triggering the workflow.
7
+ workflow_dispatch:
8
jobs:
9
tag:
10
name: New tag
0 commit comments