diff --git a/.github/workflows/pr-go-mod-tidy-mocks.yml b/.github/workflows/pr-go-mod-tidy-mocks.yml index c1891099e074..30f4a697385f 100644 --- a/.github/workflows/pr-go-mod-tidy-mocks.yml +++ b/.github/workflows/pr-go-mod-tidy-mocks.yml @@ -1,6 +1,8 @@ -name: 'Checks dependencies and mocks generation' +name: "Checks dependencies and mocks generation" on: + merge_group: pull_request: + push: branches: - main