Skip to content

Commit

Permalink
chore: Add scheduled workflow for daily builds (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: A <andrei.noga@sva.de>
  • Loading branch information
truestory1 and A authored May 17, 2024
1 parent ca67727 commit 2fa3406
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/buildx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: buildx

on:
workflow_dispatch:
schedule:
- cron: '22 4 * * *'
push:
branches:
- 'master'
Expand Down

0 comments on commit 2fa3406

Please sign in to comment.