diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0b9e861..5f5240a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -96,6 +96,7 @@ jobs: - name: Git push to image-data branch uses: peaceiris/actions-gh-pages@v3 + if: ${{ matrix.php }} == "8.3" with: publish_dir: ./output publish_branch: image-data