Skip to content

Commit

Permalink
Run full builds on manifest change
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrohling committed Mar 21, 2022
1 parent 30dec30 commit b9ee707
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci-goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b9ee707

Please sign in to comment.