Skip to content

Commit

Permalink
ci: Enable monthly image rebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
BurningEnlightenment committed Nov 22, 2023
1 parent d11f82b commit 8b87f88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- master
paths:
- 'src/cpp/**'
schedule:
- cron: '0 5 10 * *'

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 8b87f88

Please sign in to comment.