Skip to content

Commit

Permalink
ci: add monthly build schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzr committed Jan 19, 2024
1 parent 248367c commit 6d65e60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Publish Docker image

on:
workflow_dispatch:
push:
branches: [main]
workflow_dispatch:
schedule:
- cron: "0 0 1 * *" # Every month

jobs:
push_to_registry:
Expand Down

0 comments on commit 6d65e60

Please sign in to comment.