ci: run on every push (not just main) so feat branches also get CI
Some checks are pending
tests / test (push) Waiting to run
tests / test (pull_request) Successful in 57s

Matches mammon's pattern more closely and makes PR CI reliable.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dirk Riemann 2026-04-18 10:40:44 +02:00
parent 7e141829ac
commit 097ebf5db7

View file

@ -2,7 +2,6 @@ name: tests
on: on:
push: push:
branches: [main]
pull_request: pull_request:
jobs: jobs: