From 8298c5aacc2912800495eef4bf957ed2e964201b Mon Sep 17 00:00:00 2001 From: Tarik Moussa Date: Sun, 31 May 2026 10:51:46 +0200 Subject: [PATCH] ci: drop the dev branch trigger from cpp-tests, doc-build, markdown-links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The dev branch has been removed (trunk-based workflow: push to main, use short-lived feature branches + PRs for risky/reviewable changes). These three workflows still listed 'dev' as a push trigger — a dead reference now that the branch is gone. Removed so the CI config matches reality. Co-Authored-By: Claude Opus 4.8 --- .gitea/workflows/cpp-tests.yml | 1 - .gitea/workflows/doc-build.yaml | 1 - .gitea/workflows/markdown-links.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/.gitea/workflows/cpp-tests.yml b/.gitea/workflows/cpp-tests.yml index e72c505..1c3db65 100644 --- a/.gitea/workflows/cpp-tests.yml +++ b/.gitea/workflows/cpp-tests.yml @@ -17,7 +17,6 @@ on: push: branches: - main - - dev - "claude/**" - "feature/**" - "review/**" diff --git a/.gitea/workflows/doc-build.yaml b/.gitea/workflows/doc-build.yaml index 79ef786..9e5faf9 100644 --- a/.gitea/workflows/doc-build.yaml +++ b/.gitea/workflows/doc-build.yaml @@ -10,7 +10,6 @@ on: push: branches: - main - - dev - "claude/**" - "feature/**" - "review/**" diff --git a/.gitea/workflows/markdown-links.yml b/.gitea/workflows/markdown-links.yml index 1f058b5..a46f393 100644 --- a/.gitea/workflows/markdown-links.yml +++ b/.gitea/workflows/markdown-links.yml @@ -14,7 +14,6 @@ on: push: branches: - main - - dev - "claude/**" - "feature/**" - "review/**"