mirror of
https://github.com/Pridecraft-Studios/joy.git
synced 2025-08-03 06:26:00 -04:00
20 lines
291 B
YAML
20 lines
291 B
YAML
name: CI
|
|
|
|
on:
|
|
push:
|
|
tags-ignore:
|
|
- '**'
|
|
branches:
|
|
- '**'
|
|
pull_request:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
build:
|
|
uses: Modflower/workflows/.github/workflows/mod-build.yml@main
|
|
with:
|
|
artifacts: |
|
|
*/build/libs/
|
|
!buildSrc
|
|
java-version: 21
|