mirror of
https://github.com/valitydev/sink-common-lib.git
synced 2024-11-06 02:15:23 +00:00
10 lines
168 B
YAML
10 lines
168 B
YAML
|
name: Maven Build Artifact
|
||
|
|
||
|
on:
|
||
|
pull_request:
|
||
|
branches:
|
||
|
- '*'
|
||
|
|
||
|
jobs:
|
||
|
build:
|
||
|
uses: valitydev/base-workflow/.github/workflows/maven-library-build.yml@v1
|