From 0c0d1aa1e273fe8e7dce6968cc9441fa2c7101a6 Mon Sep 17 00:00:00 2001 From: Apply Push Bridge Date: Wed, 2 Sep 2026 18:26:36 -0400 Subject: [PATCH] repo: master is the release branch Workflows name master where they named main, and CODEOWNERS makes the release branch the owner's to approve. Source: original Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_012Jj94rkp3tfHAxUkTCthgY Apply-Push-Job: 20260902T222636Z-apply-push-1b731f Patch-SHA256: e9f8c08a0cade732915569a960cbd632ab7f6f3bf2164f5b583b1e8897fb7e78 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6f1df7..30346e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: pull_request: types: [opened, synchronize, reopened, edited] push: - branches: [dev, main] + branches: [dev, master] permissions: contents: read jobs: