diff --git a/.github/workflows/builder-testbuild.yaml b/.github/workflows/builder-testbuild.yaml index c9991f94..dbed91fc 100644 --- a/.github/workflows/builder-testbuild.yaml +++ b/.github/workflows/builder-testbuild.yaml @@ -1,6 +1,7 @@ name: Builder - Check and Test Build on: + merge_group: push: branches: [main] paths: diff --git a/.github/workflows/ci-goreleaser-contrib.yaml b/.github/workflows/ci-goreleaser-contrib.yaml index ad7db0a6..fed5f85d 100644 --- a/.github/workflows/ci-goreleaser-contrib.yaml +++ b/.github/workflows/ci-goreleaser-contrib.yaml @@ -1,6 +1,7 @@ name: Continuous Integration - Contrib - GoReleaser on: + merge_group: push: branches: [main] paths: diff --git a/.github/workflows/ci-goreleaser-core.yaml b/.github/workflows/ci-goreleaser-core.yaml index 50410eb7..80a116a8 100644 --- a/.github/workflows/ci-goreleaser-core.yaml +++ b/.github/workflows/ci-goreleaser-core.yaml @@ -1,6 +1,7 @@ name: Continuous Integration - Core - GoReleaser on: + merge_group: push: branches: [main] paths: diff --git a/.github/workflows/ci-goreleaser-k8s.yaml b/.github/workflows/ci-goreleaser-k8s.yaml index fd4b0950..3d86dba0 100644 --- a/.github/workflows/ci-goreleaser-k8s.yaml +++ b/.github/workflows/ci-goreleaser-k8s.yaml @@ -1,6 +1,7 @@ name: Continuous Integration - k8s - GoReleaser on: + merge_group: push: branches: [main] paths: diff --git a/.github/workflows/ci-goreleaser-otlp.yaml b/.github/workflows/ci-goreleaser-otlp.yaml index cab3a788..d9cdc454 100644 --- a/.github/workflows/ci-goreleaser-otlp.yaml +++ b/.github/workflows/ci-goreleaser-otlp.yaml @@ -1,6 +1,7 @@ name: Continuous Integration - OTLP - GoReleaser on: + merge_group: push: branches: [main] paths: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d04cba26..15938cf6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,7 @@ name: Continuous Integration on: + merge_group: push: branches: [main] pull_request: diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 8cc62a64..6ea78b1f 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -1,5 +1,6 @@ name: Shellcheck lint on: + merge_group: push: branches: [ main ] pull_request: