Skip to content

Commit

Permalink
github: Enable daily builds
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
  • Loading branch information
stgraber committed Sep 17, 2023
1 parent e2af888 commit 7da6426
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Builds
on:
- push
- push:
branches:
- daily
- schedule:
- cron: '0 10 * * *'

permissions:
contents: read
Expand Down

0 comments on commit 7da6426

Please sign in to comment.