Skip to content

Merge branch 'main' of https://github.com/ProjektAdLer/2D_3D_AdLer #958

Merge branch 'main' of https://github.com/ProjektAdLer/2D_3D_AdLer

Merge branch 'main' of https://github.com/ProjektAdLer/2D_3D_AdLer #958

Workflow file for this run

name: Build, test, containerize and push to registry
on:
push:
branches:
- "main"
jobs:
build:
uses: ./.github/workflows/_shared_build_test.yml
secrets: inherit
docker:
needs: build
uses: ./.github/workflows/_shared_docker.yml