Skip to content

Commit 6047ed6

Browse files
committed
convert from deploy on master to deploy when a tag is created
1 parent c687f5a commit 6047ed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Deploy to WordPress.org
22
on:
33
push:
4-
branches:
5-
- master
4+
tags:
5+
- "*"
66
jobs:
77
release:
88
name: New release

0 commit comments

Comments
 (0)