Skip to content

Commit b10448d

Browse files
authored
Merge pull request #37507 from openedx/feanil/fix_workflow_triggers
build: Fix workflow triggers for the Dunder init check.
2 parents c2d65c9 + 6c7a95c commit b10448d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/verify-dunder-init.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: Verify Dunder __init__.py Files
22

33
on:
44
pull_request:
5+
merge_group:
6+
push:
57
branches:
68
- master
7-
merge_group:
89

910
jobs:
1011
verify_dunder_init:

0 commit comments

Comments
 (0)