Files
spring-cloud-task/.github/workflows/ci-maven-main.yml
Glenn Renfro 741e9c20b8 Rename master to main
Added push to the triggers
2022-01-14 13:31:35 -05:00

22 lines
386 B
YAML

name: CI PRs
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
name: CI PR Build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: adopt
java-version: 17
- run: mvn "-Dmaven.repo.local=.m2" -U -B package -s .settings.xml