diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index be68bce..ac260c7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,6 +48,7 @@ jobs: - run: composer pest:e2e -- --ci - uses: actions/upload-artifact@v4 + if: ${{ matrix.php == '8.4' && matrix.prefer == '--prefer-stable' }} with: name: coverage path: coverage.xml diff --git a/README.md b/README.md index 8dd42b6..df9d73b 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# typisttech/wordfence-api +# Wordfence API