< prev index next > .github/workflows/submit.yml
Print this page
on:
push:
branches-ignore:
- master
+ - lworld
+ - type-restrictions
+ - jep390
- pr/*
workflow_dispatch:
inputs:
platforms:
description: "Platform(s) to execute on"
required: true
- default: "Linux additional (hotspot only), Linux x64, Linux x86, Windows aarch64, Windows x64, macOS x64"
+ default: "Linux x64, Windows x64, macOS x64"
+ # default: "Linux additional (hotspot only), Linux x64, Linux x86, Windows aarch64, Windows x64, macOS x64"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
< prev index next >