ci: only trigger on PRs into main

Drop the push-to-main trigger; main is fast-forward only via PR, so
the post-merge run was redundant.
This commit is contained in:
2026-05-03 11:25:13 +01:00
parent c019633b77
commit 84914fd6c5
-2
View File
@@ -1,8 +1,6 @@
name: CI name: CI
on: on:
push:
branches: [main]
pull_request: pull_request:
branches: [main] branches: [main]