Skip to content

Refactor/cleanup gateway pom (#51) #113

Refactor/cleanup gateway pom (#51)

Refactor/cleanup gateway pom (#51) #113

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- main
jobs:
maven:
uses: ./.github/workflows/maven.yaml
with:
build-images: ${{ github.ref_name == 'main' }}
release-version: dev
secrets: inherit