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 e968abc042
commit 21841e38c4
-2
View File
@@ -1,8 +1,6 @@
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]