diff --git a/.github/workflows/run-grumphp-test.yml b/.github/workflows/run-grumphp-test.yml index a00516d..d646364 100644 --- a/.github/workflows/run-grumphp-test.yml +++ b/.github/workflows/run-grumphp-test.yml @@ -10,7 +10,6 @@ on: jobs: test: name: "php: ${{ matrix.php }} TYPO3: ${{ matrix.typo3 }}" - if: ${{ ! startsWith(github.ref, 'refs/tags/') }} runs-on: ubuntu-latest strategy: fail-fast: false @@ -34,7 +33,6 @@ jobs: test-packages: name: "${{ matrix.package }} php: ${{ matrix.php }}" - if: ${{ ! startsWith(github.ref, 'refs/tags/') }} runs-on: ubuntu-latest strategy: fail-fast: false