Skip to content
Merged
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
9 changes: 6 additions & 3 deletions .github/workflows/specgit-accept.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: SpecGit Acceptance

on:
pull_request:
# Delivery PRs target dev (fast-integration layer); dev→main promotion
# stays governed by the protect-main Ruleset's four required checks.
branches: [dev]
# Delivery PRs target dev (fast-integration layer) and are promoted to
# main via the release PR — main's legacy branch protection also requires
# the SpecGit Acceptance check, so the verdict must run on both targets.
# dev→main promotion stays governed by the protect-main Ruleset's four
# required checks.
branches: [dev, main]

permissions:
contents: read
Expand Down
Loading