ci: add dev branch to CI and dual-approval triggers #45

Merged
privilegedescalation-engineer[bot] merged 1 commits from hugh/fix-ci-trigger-dev-branch into dev 2026-05-04 18:30:14 +00:00

1 Commits

Author SHA1 Message Date
Chris Farhood 63e8aa1e68 ci: add dev branch to CI and dual-approval triggers
PRs targeting dev branch (e.g. gandalf/docs-namespace-cleanup → dev)
were not triggering CI because the workflow on: filters only listed
main. This change adds 'dev' to both push and pull_request branch
filters on CI, and to the pull_request trigger on dual-approval.

Fixes PRI-526.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-04 18:20:09 +00:00