diff --git a/.github/settings.yml b/.github/settings.yml index 29c503d..45ef200 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -9,3 +9,4 @@ repository: + diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index d135b9f..718020f 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -5,7 +5,7 @@ on: branches: - main - release/** - types: [opened, synchronize, reopened, labeled, unlabeled] + types: [opened, synchronize, reopened] push: branches: - main @@ -13,6 +13,8 @@ on: paths-ignore: - '.github/**' - 'test/**' + merge_group: + types: [checks_requested] permissions: contents: write