mirror of https://github.com/databricks/cli.git
Add merge_group trigger for build (#612)
## Changes Also see [GitHub docs](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue#triggering-merge-group-checks-with-github-actions). ## Tests n/a
This commit is contained in:
parent
ec892aa11c
commit
8cdf7284f8
|
@ -5,6 +5,8 @@ on:
|
|||
types: [opened, synchronize]
|
||||
push:
|
||||
branches: [main]
|
||||
merge_group:
|
||||
types: [checks_requested]
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
|
|
Loading…
Reference in New Issue