Skip to content

Commit

Permalink
build mito weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuehnel authored May 11, 2021
1 parent 562fcbf commit 100c766
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Java CI

on: [push]
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 0 * * 1'

jobs:
build:
Expand All @@ -9,9 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
java-version: 11
distribution: 'adopt' # See 'Supported distributions' for available options
java-version: '11'
- name: Cache Maven packages
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 100c766

Please sign in to comment.