Add merge queue trigger to GitHub Actions workflow
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -6,6 +6,8 @@ on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
types: [opened, reopened]
|
||||
merge_group: # triggers workflow for merge queue
|
||||
types: [checks_requested]
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
|
Reference in New Issue
Block a user