Skip to content

Commit

Permalink
fix(ci): fix branches to run GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
ymotongpoo authored Nov 28, 2023
1 parent 287378c commit ded4e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflow/otelcol-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
name: otelcol-build
run-name: Build custom OpenTelemetry Collector
on:
pull_request:
push:
- "*"
branches:
- "**"

jobs:
setup-ocb:
Expand Down

0 comments on commit ded4e64

Please sign in to comment.