Skip to content

chore: Bring back code #5

chore: Bring back code

chore: Bring back code #5

Workflow file for this run

name: any2json
on:
push:
branches:
- '**'
- "!main"
paths:
- any2json/**
- .github/workflows/any2json.yml
jobs:
build:
uses: ./.github/workflows/maven-build.yml
with:
service: any2json
test:
needs: [build]
uses: ./.github/workflows/maven-test.yml
with:
service: any2json