Allow tests to run on all events

Remove condition to run tests only on pull requests.
This commit is contained in:
Sipke Schoorstra 2025-10-07 20:10:38 +02:00 committed by GitHub
parent fe4d74189a
commit bbbf13c58c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,6 @@ jobs:
name: Test with coverage
runs-on: ubuntu-latest
timeout-minutes: 30
if: ${{ github.event_name == 'pull_request' }}
steps:
- name: Checkout
uses: actions/checkout@v4