Investigate why push events to the development branch no longer trigger build_deploy.yml.
The issue appears to have started after commit a1834e4 (2026-06-08) and affects both direct pushes and PR merges, while main continues to trigger workflows normally.
Current findings:
- Workflow configuration (on.push.branches: [development]) is unchanged.
- Workflow is active and not disabled.
- No [skip ci] commit messages are present.
- Not caused by a global GitHub Actions outage or usage limits.
- A manual workflow_dispatch was used shortly before a direct push, suggesting this issue was previously worked around.
To investigate:
- Review repository Rulesets for the development branch to identify any restrictions affecting Actions triggers.
- Check Webhooks for recent push deliveries to determine whether GitHub is emitting push events for development.
- Verify Actions repository settings and permissions, particularly any branch-specific restrictions.
Investigate why push events to the development branch no longer trigger
build_deploy.yml.The issue appears to have started after commit a1834e4 (2026-06-08) and affects both direct pushes and PR merges, while main continues to trigger workflows normally.
Current findings:
To investigate: