ci.yml: note that CI deliberately does not run on main

Refs #4345
This commit is contained in:
atlas 2026-09-16 14:45:07 +02:00
commit 24ca14fd4a

View file

@ -1,6 +1,7 @@
name: CI
on:
# No `push` trigger, so nothing re-validates a merge commit on main — an accepted infra-load tradeoff (mara, #3938, 2026-09-16), not an oversight.
pull_request:
branches: ["**"]
# Lets `hive-forge ci-rerun` re-trigger CI via workflow-dispatch API