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 7f1c6c1 commit a38c8c5Copy full SHA for a38c8c5
.github/workflows/deploy.yml
@@ -1,9 +1,8 @@
1
name: Deploy to WordPress.org
2
3
on:
4
- push:
5
- tags:
6
- - '*'
+ release:
+ types: [released]
7
8
jobs:
9
tag:
.github/workflows/update-assets.yml
@@ -4,6 +4,10 @@ on:
push:
branches:
- trunk
+ paths:
+ - '.wordpress-org/**'
+ - 'readme.md'
10
+ - '.github/workflows/update-assets.yml'
11
12
13
trunk:
0 commit comments