Skip to content

Commit

Permalink
chore: Add a weekly build
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed Apr 16, 2021
1 parent 7766698 commit 63903f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Expand Up @@ -7,6 +7,9 @@ on:
pull_request:
branches:
- '**'
schedule:
# test master every Saturday at 08:00 UTC
- cron: '0 8 * * 6'

jobs:
build_test_server:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy-master.yml
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- master
schedule:
# deploy master every Saturday at 08:00 UTC
- cron: '0 8 * * 6'
jobs:
push_server:
name: Push learn-ocaml image to Docker Hub
Expand Down

0 comments on commit 63903f2

Please sign in to comment.