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 c687f5a commit 6047ed6Copy full SHA for 6047ed6
.github/workflows/deploy.yml
@@ -1,8 +1,8 @@
1
name: Deploy to WordPress.org
2
on:
3
push:
4
- branches:
5
- - master
+ tags:
+ - "*"
6
jobs:
7
release:
8
name: New release
0 commit comments