Skip to content

New actions

New actions #1

Workflow file for this run

name: Run gradle build
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
workflow_dispatch:
permissions:
contents: read
jobs:
build:
uses: qupath/actions/.github/workflows/gradle.yml@main