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:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user