Skip to content

Commit c48d4eb

Browse files
ci: Amend quality workflow to trigger more appropriately
1 parent 719638f commit c48d4eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/quality.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
types:
66
- opened
77
- reopened
8-
- edited
8+
- synchronize
9+
repository_dispatch: # Run this workflow when base branch updates
10+
types: [base_branch_updated]
911
workflow_dispatch: # Allows manual triggering of this workflow
1012

1113
jobs:

0 commit comments

Comments
 (0)