Skip to content

Fix #165: Allow creating photos and attachments together with the document #241

Fix #165: Allow creating photos and attachments together with the document

Fix #165: Allow creating photos and attachments together with the document #241

Workflow file for this run

name: Test with Maven
on:
workflow_dispatch:
push:
branches:
- 'main'
- 'releases/**'
pull_request:
branches:
- 'develop'
- 'main'
- 'releases/**'
jobs:
maven-tests:
uses: wultra/wultra-infrastructure/.github/workflows/maven-test.yml@develop
secrets: inherit
with:
java_version: 21