Skip to content

Adds temp test (#919) #9

Adds temp test (#919)

Adds temp test (#919) #9

name: Build SBM Legacy

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

View workflow run for this annotation

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

Invalid workflow file

you may only define one of `branches` and `branches-ignore` for a single event
on:
push:
branches:
- "**"
branches-ignore:
- "main"
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: mvn -DskipTests --batch-mode clean package