Schedule build

This commit is contained in:
Duy Tran Khanh 2023-11-17 05:46:16 +07:00 committed by GitHub
parent e35849437d
commit abdff4788c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,11 @@
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:
build_android: