Skip to content

Commit

Permalink
Run full build when manifests change (open-telemetry#94)
Browse files Browse the repository at this point in the history
* Run full build when manifests change

This is the second attempt to get this fixed.

Fixes open-telemetry#85

Signed-off-by: Juraci Paixão Kröhling <[email protected]>

* Revert bogus change

Signed-off-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
jpkrohling authored Mar 23, 2022
1 parent 5fb23d0 commit 5ff6e58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
branches: [main]
paths:
- ".goreleaser.yaml"
- "./distributions/otelcol/manifest.yaml"
- "./distributions/otelcol-contrib/manifest.yaml"
- "distributions/otelcol/manifest.yaml"
- "distributions/otelcol-contrib/manifest.yaml"
pull_request:
branches: [main]
paths:
- ".goreleaser.yaml"
- "./distributions/otelcol/manifest.yaml"
- "./distributions/otelcol-contrib/manifest.yaml"
- "distributions/otelcol/manifest.yaml"
- "distributions/otelcol-contrib/manifest.yaml"

jobs:
check-goreleaser:
Expand Down

0 comments on commit 5ff6e58

Please sign in to comment.