Add merge queue trigger to GitHub Actions workflow

This commit is contained in:
Geoff Seemueller
2025-01-10 09:47:38 -05:00
parent 5fdd41918c
commit 2c9488f2cc

View File

@@ -6,6 +6,8 @@ on:
pull_request:
branches: [main]
types: [opened, reopened]
merge_group: # triggers workflow for merge queue
types: [checks_requested]
jobs:
tests: