.github/workflows: run dev checks on main

The codecov comments don't make much sense as there's no reference point
currently.
This commit is contained in:
Sanne Raymaekers 2024-10-17 13:57:28 +02:00 committed by Simon Steinbeiß
parent cd70d1ff95
commit c9e5f9630b

View file

@ -3,6 +3,8 @@ name: Development checks
on:
pull_request:
branches: [ "main" ]
push:
branches: [ "main" ]
jobs:
dev-check: