diff --git a/.github/workflows/ci-goreleaser.yaml b/.github/workflows/ci-goreleaser.yaml index 12ac40e2..997fc36e 100644 --- a/.github/workflows/ci-goreleaser.yaml +++ b/.github/workflows/ci-goreleaser.yaml @@ -3,10 +3,16 @@ name: Continuous Integration - GoReleaser on: push: branches: [main] - paths: [".goreleaser.yaml"] + paths: + - ".goreleaser.yaml" + - "./distributions/otelcol/manifest.yaml" + - "./distributions/otelcol-contrib/manifest.yaml" pull_request: branches: [main] - paths: [".goreleaser.yaml"] + paths: + - ".goreleaser.yaml" + - "./distributions/otelcol/manifest.yaml" + - "./distributions/otelcol-contrib/manifest.yaml" jobs: check-goreleaser: