Skip to content

Commit e3c075f

Browse files
authored
Sync branch [skip ci]
2 parents 9e31d80 + d12cafa commit e3c075f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

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

33
on:
44
push:
5-
branches:
6-
- master
5+
tags:
6+
- "*"
77
jobs:
88
deploy:
99
name: Deploy to server
@@ -24,7 +24,6 @@ jobs:
2424
uses: Codeinwp/action-wordpress-theme-deploy@v1.0
2525
env:
2626
SVN_PASSWORD: ${{ secrets.SVN_THEMEISLE_PASSWORD }}
27-
VERSION: "1.0.9"
2827
SVN_USERNAME: ${{ secrets.SVN_THEMEISLE_USERNAME }}
2928
- name: Upload Latest Version to S3
3029
uses: jakejarvis/s3-sync-action@master

0 commit comments

Comments
 (0)