diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index f9ebc43..f43ea60 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -8,6 +8,8 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] + merge_group: + types: [ "checks_requested" ] jobs: diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 6a7781c..5af8e5a 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -5,6 +5,8 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] + merge_group: + types: [ "checks_requested" ] jobs: build: