Skip to content

Commit 7ba6edf

Browse files
stonks-gitclaude
andcommitted
Gitignore SESSION_HANDOFF.md, broaden CI trigger paths
SESSION_HANDOFF.md is local dev context, shouldn't be in repo. Workflow now also triggers on docker-compose.yml and workflow file changes (previously only watched src/, Dockerfile, requirements.txt — which is why the initial commit never triggered a build). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2e51991 commit 7ba6edf

3 files changed

Lines changed: 5 additions & 180 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- 'src/**'
88
- 'requirements.txt'
99
- 'Dockerfile'
10+
- 'docker-compose.yml'
11+
- '.github/workflows/**'
1012

1113
env:
1214
REGISTRY: ghcr.io

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Thumbs.db
2727
# Claude Code
2828
.claude/
2929

30+
# Session handoff (local dev context, not deployed)
31+
SESSION_HANDOFF.md
32+
3033
# Logs (agent generates these at runtime, not tracked)
3134
agent-state/logs/
3235

SESSION_HANDOFF.md

Lines changed: 0 additions & 180 deletions
This file was deleted.

0 commit comments

Comments
 (0)