build: Fix workflow triggers for the Dunder init check.

This check was previously only running on PRs to master, which makes it annoying to stack PRs and have all the checks run.  Update it so that the check runs on all PRs and on pushes to master.
This commit is contained in:
Feanil Patel
2025-10-20 12:06:12 -04:00
parent c2d65c9225
commit 6c7a95c7a0

View File

@@ -2,9 +2,10 @@ name: Verify Dunder __init__.py Files
on:
pull_request:
merge_group:
push:
branches:
- master
merge_group:
jobs:
verify_dunder_init: