Skip to content

fix: replace maven-deploy-plugin with nexus-staging-maven-plugin #12

fix: replace maven-deploy-plugin with nexus-staging-maven-plugin

fix: replace maven-deploy-plugin with nexus-staging-maven-plugin #12

# This workflow runs tests on all non-master branches to ensure code stability and quality before merging.
name: Run Tests
on:
push:
branches-ignore:
- master
- release-please--branches--master
jobs:
test:
uses: ./.github/workflows/test.yml