We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2c4c1a + 0ac4bba commit 9e31d80Copy full SHA for 9e31d80
1 file changed
.github/workflows/deploy-s3-store.yml
@@ -2,12 +2,12 @@ name: Deploy
2
3
on:
4
push:
5
- tags:
6
- - "*"
+ branches:
+ - master
7
jobs:
8
deploy:
9
name: Deploy to server
10
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
11
steps:
12
- uses: actions/checkout@master
13
- name: Setup node 14
@@ -24,6 +24,7 @@ jobs:
24
uses: Codeinwp/action-wordpress-theme-deploy@v1.0
25
env:
26
SVN_PASSWORD: ${{ secrets.SVN_THEMEISLE_PASSWORD }}
27
+ VERSION: "1.0.9"
28
SVN_USERNAME: ${{ secrets.SVN_THEMEISLE_USERNAME }}
29
- name: Upload Latest Version to S3
30
uses: jakejarvis/s3-sync-action@master
0 commit comments