Skip to content

Commit

Permalink
let github schedule a re-build of latest once a week
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde committed Feb 1, 2024
1 parent 79ef60e commit 3b5e451
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_latest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: publish latest
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 6'
push:
branches:
- 'master'
Expand Down

0 comments on commit 3b5e451

Please sign in to comment.