Skip to content

Update version, changelog, README, help #49

Update version, changelog, README, help

Update version, changelog, README, help #49

Workflow file for this run

# Build on push and PR events
on:
push:
branches:
- main
tags-ignore:
- '*'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: "actions/checkout@v3"
- name: Build with Gradle
run: ./gradlew build