mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-11 05:05:28 -04:00
Schedule build
This commit is contained in:
parent
e35849437d
commit
abdff4788c
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -1,6 +1,11 @@
|
|||||||
name: Build OpenJDK 17 for Android and iOS
|
name: Build OpenJDK 17 for Android and iOS
|
||||||
|
|
||||||
on: [push, pull_request, workflow_dispatch]
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 1 */2 *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_android:
|
build_android:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user