Skip to content

Fix #676: Set develop version to 1.6.0-SNAPSHOT #270

Fix #676: Set develop version to 1.6.0-SNAPSHOT

Fix #676: Set develop version to 1.6.0-SNAPSHOT #270

Workflow file for this run

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