Skip to content

Sync with the ultimate master #271

Sync with the ultimate master

Sync with the ultimate master #271

Workflow file for this run

name: Build
on:
push:
branches:
- release/*
- main
pull_request:
branches:
- release/*
- main
workflow_dispatch:
jobs:
build-ubuntu:
runs-on: ubuntu-latest
steps:
- name: 📝 Fetch Sources
uses: actions/checkout@v2
- name: 🛠 Prepare Build Environment
uses: ./.github/workflows/prepare-build-env
- name: 🏗 Build Plugin (Stable)
uses: gradle/gradle-build-action@v2
with:
arguments: buildPlugin