Skip to content

Commit

Permalink
ci: fix image components path (open-telemetry#22)
Browse files Browse the repository at this point in the history
* ci: fix image components path

* ci: build images on push to main and pull requests
  • Loading branch information
rogercoll authored and github-actions committed Jun 19, 2024
1 parent da19ea3 commit 0e258cc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-images-elastic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ name: Test image generation

on:
push:
paths:
- 'src/**'
- 'test/**'
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build_images:
if: github.repository == 'elastic/opentelemetry-demo'
uses: ./.github/workflows/component_build_images-elastic.yml
uses: ./.github/workflows/component_build-images-elastic.yml

0 comments on commit 0e258cc

Please sign in to comment.