Skip to content

Commit 0ac4bba

Browse files
authored
Update deploy-s3-store.yml
1 parent 76255a2 commit 0ac4bba

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

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

33
on:
44
push:
5-
tags:
6-
- "*"
5+
branches:
6+
- master
77
jobs:
88
deploy:
99
name: Deploy to server
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- uses: actions/checkout@master
1313
- name: Setup node 14
@@ -24,6 +24,7 @@ jobs:
2424
uses: Codeinwp/[email protected]
2525
env:
2626
SVN_PASSWORD: ${{ secrets.SVN_THEMEISLE_PASSWORD }}
27+
VERSION: "1.0.9"
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)