Skip to content

Commit 2ab6188

Browse files
authored
[skip ci] bring back the routine
1 parent edc6f61 commit 2ab6188

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deploy-s3-store.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Deploy
22

33
on:
44
push:
5-
branches:
6-
- main
5+
tags:
6+
- "*"
77
jobs:
88
deploy:
99
name: Deploy to server
@@ -24,8 +24,7 @@ jobs:
2424
- name: WordPress Theme Deploy
2525
uses: Codeinwp/[email protected]
2626
env:
27-
SVN_PASSWORD: ${{ secrets.SVN_THEMEISLE_PASSWORD }}
28-
VERSION: "1.1.8"
27+
SVN_PASSWORD: ${{ secrets.SVN_THEMEISLE_PASSWORD }}
2928
SVN_USERNAME: ${{ secrets.SVN_THEMEISLE_USERNAME }}
3029
- name: Upload Latest Version to S3
3130
uses: jakejarvis/s3-sync-action@master

0 commit comments

Comments
 (0)