Skip to content

Commit

Permalink
schedule daily builds
Browse files Browse the repository at this point in the history
  • Loading branch information
larskuhtz committed May 22, 2020
1 parent d8a0d96 commit 7233a86
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cabal-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build with Cabal

on: ['push']
on:
push:
schedule:
- cron: '0 8 * * *'

jobs:

Expand Down

0 comments on commit 7233a86

Please sign in to comment.