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