Skip to content

Commit

Permalink
Schedule build
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduytran0 authored Nov 16, 2023
1 parent eb47bb5 commit b15b434
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Build OpenJDK 8 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:
Expand Down

0 comments on commit b15b434

Please sign in to comment.