Skip to content

Label CurseForge environments #58

Label CurseForge environments

Label CurseForge environments #58

Workflow file for this run

name: Build
on:
push:
paths-ignore:
- '**/*.md'
- '**/*.png'
- 'LICENSE'
branches:
- '*'
pull_request:
paths-ignore:
- '**/*.md'
- '**/*.png'
- 'LICENSE'
jobs:
build:
name: Build for all platforms
runs-on: ubuntu-latest
steps:
- name: Checkout Sources
uses: actions/checkout@v4
- name: Setup Build Environment
uses: ./.github/actions/setup
- name: Build with Gradle
run: ./gradlew buildAll