diff --git a/.github/workflows/ftpDeploy.yml b/.github/workflows/ftpDeploy.yml index 0ba8108..5c79990 100644 --- a/.github/workflows/ftpDeploy.yml +++ b/.github/workflows/ftpDeploy.yml @@ -1,4 +1,7 @@ -on: push +on: + push: + branches: + - '*' name: 🚀 Deploy website on push jobs: web-deploy: @@ -11,7 +14,7 @@ jobs: - name: Use Node.js Latest uses: actions/setup-node@v3 with: - node-version: 'latest' + node-version: 20 - name: 🔨Run Gulp run: |