We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd78d0 commit 3e87ac8Copy full SHA for 3e87ac8
1 file changed
.github/workflows/deploy-s3-store.yml
@@ -1,9 +1,10 @@
1
name: Deploy
2
3
+
4
on:
5
push:
- branches:
6
- - master
+ tags:
7
+ - "*"
8
jobs:
9
deploy:
10
name: Deploy to server
@@ -23,8 +24,7 @@ jobs:
23
24
- name: WordPress Theme Deploy
25
uses: Codeinwp/action-wordpress-theme-deploy@v1.0
26
env:
- SVN_PASSWORD: ${{ secrets.SVN_THEMEISLE_PASSWORD }}
27
- VERSION: 1.0.10
+ SVN_PASSWORD: ${{ secrets.SVN_THEMEISLE_PASSWORD }}
28
SVN_USERNAME: ${{ secrets.SVN_THEMEISLE_USERNAME }}
29
- name: Upload Latest Version to S3
30
uses: jakejarvis/s3-sync-action@master
0 commit comments