ci: drop the dev branch trigger from cpp-tests, doc-build, markdown-links
Some checks failed
C++ Tests / test-fast (pull_request) Failing after 2m7s
C++ Tests / quality-gates (pull_request) Has been skipped
C++ Tests / test-cgal (pull_request) Has been skipped

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 <noreply@anthropic.com>
This commit is contained in:
Tarik Moussa
2026-05-31 10:51:46 +02:00
parent 99a82d36ee
commit 8298c5aacc
3 changed files with 0 additions and 3 deletions

View File

@@ -17,7 +17,6 @@ on:
push:
branches:
- main
- dev
- "claude/**"
- "feature/**"
- "review/**"