feat: add merge_group trigger to CI and E2E workflows (#1400)

This commit is contained in:
matt korwel 2025-06-24 15:30:31 -07:00 committed by GitHub
parent 5ff00b0c5d
commit db57d38d92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ on:
branches: [main, release]
pull_request:
branches: [main, release]
merge_group:
jobs:
build:

View File

@ -7,6 +7,7 @@ on:
branches: [main, release]
pull_request:
branches: [main, release]
merge_group:
jobs:
e2e-test: