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 50b5da5 commit 60dbe3eCopy full SHA for 60dbe3e
1 file changed
.github/workflows/continuous-integration-workflow.yml
@@ -1,7 +1,9 @@
1
name: Deploy to WordPress.org
2
on:
3
- release:
4
- types: [published]
+ workflow_dispatch:
+ push:
5
+ tags:
6
+ - "*"
7
8
jobs:
9
tag:
0 commit comments