We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9607785 commit 743a7dcCopy full SHA for 743a7dc
1 file changed
.github/workflows/deploy-s3-store.yml
@@ -2,8 +2,8 @@ name: Deploy
2
3
on:
4
push:
5
- tags:
6
- - "*"
+ branches:
+ - master
7
jobs:
8
deploy:
9
name: Deploy to server
@@ -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.10
28
SVN_USERNAME: ${{ secrets.SVN_THEMEISLE_USERNAME }}
29
- name: Upload Latest Version to S3
30
uses: jakejarvis/s3-sync-action@master
0 commit comments