enable ci for merge_group (#6361)

This commit is contained in:
Nate Moore 2023-02-24 13:57:02 -06:00 committed by GitHub
parent b0aca3c66a
commit 4d75396362
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- main
merge_group:
pull_request:
paths:
- "examples/**"

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- main
merge_group:
pull_request:
paths-ignore:
- ".vscode/**"