Skip to content

Commit 743a7dc

Browse files
authored
Update deploy-s3-store.yml
1 parent 9607785 commit 743a7dc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

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

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

0 commit comments

Comments
 (0)