Skip to content

Commit edc16f9

Browse files
committed
feat: run pi image build in CI every 90 days
1 parent 5237a43 commit edc16f9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
push:
44
branches:
55
- main
6+
schedule:
7+
# Run every 90 days
8+
- cron: '0 0 1 1,4,7,10 *'
9+
workflow_dispatch: # Allow manual triggering
610
permissions:
711
actions: write
812
jobs:

0 commit comments

Comments
 (0)