Skip to content

Commit

Permalink
Merge pull request #49 from MizuiMiduki/MizuiMiduki-patch-1
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
MizuiMiduki authored Nov 24, 2023
2 parents 11292ed + 39673ca commit 423c7d3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: push
on :
workflow_dispatch:
push:
branches:
- main
name: 🚀 Deploy website on push
jobs:
web-deploy:
Expand All @@ -14,4 +18,4 @@ jobs:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
server-dir:${{ secrets.FTP_SERVER_DIR }}
server-dir: ${{ secrets.FTP_SERVER_DIR }}

0 comments on commit 423c7d3

Please sign in to comment.