1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 14:16:46 +02:00

feat(tests): add additional condition for deploy on test #477

This commit is contained in:
Awilum
2020-11-21 18:51:03 +03:00
parent 21779ac28d
commit 751fc1ebba

View File

@@ -37,7 +37,7 @@ jobs:
if: "matrix.php >= 8"
- name: Deploy on Test
if: "matrix.os == 'ubuntu-latest'"
if: "matrix.os == 'ubuntu-latest' && matrix.php == 7.3"
uses: kevinpainchaud/simple-ftp-deploy-action@v1.2.1
with:
ftp_host: ${{ secrets.FTP_HOST }}