Skip to content

Commit 2bdaba5

Browse files
leogdionclaude
andcommitted
ci: trigger CloudKit sync workflow on push to 8-scheduled-job branch
Enable workflow testing by running on pushes to the feature branch. This allows CI verification before merging to main. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent d7d7065 commit 2bdaba5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cloudkit-sync.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
# Allow manual trigger for testing
99
workflow_dispatch:
1010

11+
# Run on pushes to feature branch for testing
12+
push:
13+
branches:
14+
- 8-scheduled-job
15+
1116
# Prevent concurrent sync runs
1217
concurrency:
1318
group: cloudkit-sync

0 commit comments

Comments
 (0)