Skip to content

Commit edc6f61

Browse files
authored
Update deploy-s3-store.yml
1 parent 5cbecf0 commit edc6f61

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+
- main
77
jobs:
88
deploy:
99
name: Deploy to server
@@ -25,6 +25,7 @@ jobs:
2525
uses: Codeinwp/action-wordpress-theme-deploy@v1.0
2626
env:
2727
SVN_PASSWORD: ${{ secrets.SVN_THEMEISLE_PASSWORD }}
28+
VERSION: "1.1.8"
2829
SVN_USERNAME: ${{ secrets.SVN_THEMEISLE_USERNAME }}
2930
- name: Upload Latest Version to S3
3031
uses: jakejarvis/s3-sync-action@master

0 commit comments

Comments
 (0)