We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d884dd3 commit 2330538Copy full SHA for 2330538
1 file changed
.github/workflows/deploy.yml
@@ -36,7 +36,7 @@ jobs:
36
find out/ -type f | head -10
37
38
- name: Deploy to FTP (Production)
39
- if: github.event_name == 'pull_request'
+ if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
40
uses: SamKirkland/FTP-Deploy-Action@4.3.0
41
with:
42
server: ${{ secrets.FTP_HOST }}
0 commit comments