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