ci: split mirroring triggers by distribution with path-based

Split the single trigger_mirroring job into two separate jobs to enable distribution-specific branch targeting based on configuration changes:

  • trigger_mirroring_aria: Triggers the 'main' branch of elxr/ci/mirroring when changes are detected in conf/aria*/**/* paths (covers aria, aria-updates, aria-security, and aria-backports)

  • trigger_mirroring_bianca: Triggers the 'bianca' branch of elxr/ci/mirroring when changes are detected in conf/bianca*/**/* paths (covers bianca, bianca-updates, bianca-security, and bianca-backports)

This allows for independent mirroring workflows where Aria distribution changes deploy to the main mirroring branch while Bianca distribution changes deploy to a separate bianca branch

Merge request reports

Loading