diff --git a/.github/workflows/ftp-deploy.yml b/.github/workflows/ftp-deploy.yml index b61c3d5..162beaa 100644 --- a/.github/workflows/ftp-deploy.yml +++ b/.github/workflows/ftp-deploy.yml @@ -3,19 +3,19 @@ on: branches: - main -name: 🚀 Deploy website via FTP +name: Deploy website via FTP jobs: web-deploy: - name: 🎉 Deploy + name: Deploy runs-on: ubuntu-latest - if: ${{ !contains(github.event.head_commit.message, '#skipGA') }} + if: ${{ contains(github.event.head_commit.message, '#deploy') }} steps: - - name: 🚚 Get latest code + - name: Get latest code uses: actions/checkout@v4 - - name: 📂 Sync files + - name: Sync files uses: SamKirkland/FTP-Deploy-Action@v4.3.5 with: # dry-run: true