Skip to content

chore(release): add alpha channel and ts bump script #1

chore(release): add alpha channel and ts bump script

chore(release): add alpha channel and ts bump script #1

Workflow file for this run

name: CI
on:
push:
branches: [main, master, develop, alpha]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: "21"
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
cache-read-only: ${{ github.event_name == 'pull_request' }}
- name: Build
run: ./gradlew build