Skip to content

Commit 5b7db04

Browse files
committed
Fix deploy workflow to trigger on git tags
https://claude.ai/code/session_017dSNaeTSnvyqASuzrKKAJQ
1 parent 2118388 commit 5b7db04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Deploy to WordPress.org
22

33
on:
44
push:
5-
branches:
6-
- main
5+
tags:
6+
- "*"
77

88
jobs:
99
deploy:

0 commit comments

Comments
 (0)