Skip to content

♻️ tweaks to actions on main branch #2

♻️ tweaks to actions on main branch

♻️ tweaks to actions on main branch #2

name: Push Main Branch
on:
push:
branches:
- main
jobs:
checkstyle:
uses: mindee/mindee-api-java/.github/workflows/_checkstyle.yml@main
build:
uses: mindee/mindee-api-java/.github/workflows/_build.yml@main
needs: checkstyle
secrets: inherit
tag:
uses: mindee/client-lib-actions/.github/workflows/tag-version.yml@main
needs: build