We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eac351 commit 8ce0ff8Copy full SHA for 8ce0ff8
1 file changed
.github/workflows/deploy.yml
@@ -1,8 +1,8 @@
1
name: Deploy WordPress plugin
2
on:
3
push:
4
- branches:
5
- - feat/github-actions-deploy
+ tags:
+ - "[0-9]+.[0-9]+.[0-9]+"
6
7
jobs:
8
build:
@@ -19,4 +19,4 @@ jobs:
19
env:
20
SVN_REPOSITORY_URL: ${{ secrets.SVN_REPO_URL }}
21
SVN_USER_NAME: ${{ secrets.SVN_USERNAME }}
22
- SVN_USER_PASSWORD: ${{ secrets.SVN_PASSWORD }}
+ SVN_USER_PASSWORD: ${{ secrets.SVN_PASSWORD }}
0 commit comments