Skip to content

Merge branch 'main' of github.com:Dynatrace/opentelemetry-demo into c… #35

Merge branch 'main' of github.com:Dynatrace/opentelemetry-demo into c…

Merge branch 'main' of github.com:Dynatrace/opentelemetry-demo into c… #35

Workflow file for this run

name: test-build
on:
push:
branches:
- '**'
- '!main'
paths:
- 'src/**'
- '!src/**.md'
- 'test/**'
- 'dynatrace/**'
- 'docker-compose.yml'
- '.env.override'
jobs:
build:
uses: ./.github/workflows/build-and-push-images.yaml
with:
push: false
secrets: inherit