Skip to content

Commit

Permalink
ci: add workflow to test image generation on push
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll committed Jun 13, 2024
1 parent c3ca603 commit 11466ba
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-images-elastic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Test image generation

on:
push:
paths:
- 'src/**'
- 'test/**'

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

0 comments on commit 11466ba

Please sign in to comment.