Skip to content

v 2.48.3

v 2.48.3 #626

Workflow file for this run

name: Dev Builds
on:
push:
paths:
- "*.gradle"
- "gradle.properties"
- "src/**"
- "versions/**"
- ".github/**"
pull_request:
jobs:
build:
uses: ./.github/workflows/build.yml
with:
mixin_audit: true
ci_release: ${{ github.event_name == 'push' && github.ref_name != 'master' }}