diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a294f231..d9cd4fd3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,6 +37,7 @@ jobs: if: "matrix.php >= 8" - name: Deploy on Test + if: "matrix.os == 'ubuntu-latest' && matrix.php == 7.3" uses: SamKirkland/FTP-Deploy-Action@4.0.0 with: server: ${{ secrets.FTP_HOST }}