Skip to content

removed debug logs (#58) #78

removed debug logs (#58)

removed debug logs (#58) #78

Workflow file for this run

name: ci-main
on:
push:
branches:
- main
tags:
- "*.*.*"
jobs:
pre-check:
uses: ./.github/workflows/_00_pre_check.yml
build:
needs: [pre-check]
uses: ./.github/workflows/_01_docker.yml