Skip to content

refactor github actions. add build and test on develop. release on … #2

refactor github actions. add build and test on develop. release on …

refactor github actions. add build and test on develop. release on … #2

name: Build and Test JAR
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
jobs:
build_and_test:
uses: ./.github/workflows/build-and-test-core.yml