Skip to content

wip: Extract Jax-RS recipes to run in OR #451

wip: Extract Jax-RS recipes to run in OR

wip: Extract Jax-RS recipes to run in OR #451

name: Build SBM Legacy

Check failure on line 1 in .github/workflows/build-sbm-legacy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-sbm-legacy.yml

Invalid workflow file

you may only define one of `branches` and `branches-ignore` for a single event
on:
push:
branches:
- "**"
branches-ignore:
- "version/revamp"
paths-ignore:
- "sbm-support-rewrite/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Java
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 17
cache: 'maven'
- name: Maven Build
run: ./mvnw --batch-mode clean package