Skip to content

Commit 99e6c0b

Browse files
authored
Update deploy workflow to trigger on release (#2248)
1 parent 5c35b53 commit 99e6c0b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: Deploy to WordPress.org
22
on:
3-
push:
4-
tags:
5-
- '*'
3+
release:
4+
types: [released]
65
jobs:
7-
tag:
8-
name: New tag
6+
deploy_to_wp_repository:
7+
name: Deploy to WP.org
98
runs-on: ubuntu-latest
109
steps:
1110
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)