Skip to content

Merge pull request #52 from Dynatrace/change-logging-in-frontend #47

Merge pull request #52 from Dynatrace/change-logging-in-frontend

Merge pull request #52 from Dynatrace/change-logging-in-frontend #47

Workflow file for this run

# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
name: Checks
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
build_images:
permissions: # required by the reusable workflow
contents: read
packages: write
uses: ./.github/workflows/build-and-push-images.yaml
with:
push: false
version: "dev"