Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/health-40-sweep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: '5 5 * * 1'
pull_request:
push:
branches: [phase-2-dev]
branches: [phase-2-dev, main]
paths:
- '.github/workflows/**/*.yml'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/health-43-ci-signature-guard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Health 43 CI Signature Guard

on:
push:
branches: [ phase-2-dev ]
branches: [ phase-2-dev, main ]
paths:
- .github/workflows/pr-00-gate.yml
- .github/signature-fixtures/**
- .github/actions/signature-verify/**
pull_request:
branches: [ phase-2-dev ]
branches: [ phase-2-dev, main ]
paths:
- .github/workflows/pr-00-gate.yml
- .github/signature-fixtures/**
Expand Down
1 change: 1 addition & 0 deletions agents/codex-3077.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!-- bootstrap for codex on issue #3077 -->
5 changes: 5 additions & 0 deletions docs/ci/BRANCHING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Branching and workflow triggers

When guards or health workflows specify explicit branch filters, list both the current default branch and `phase-2-dev`. This keeps protections active if the default branch changes.

During any default-branch rename, audit the workflow triggers under `.github/workflows/` and update branch lists accordingly before completing the rename.
Loading