From ef225f7b2a76fb4cc858d37635b14bb2771b0c55 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 21 Nov 2020 19:34:43 +0300 Subject: [PATCH] feat(tests): upds for deploy on test #477 --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) 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 }}