Skip to content

Add new feature Delete Artifacts with pattern #121

Add new feature Delete Artifacts with pattern

Add new feature Delete Artifacts with pattern #121

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
strategy:
matrix:
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: 11
distribution: adopt
- run: mvn --batch-mode verify