Agents now merge to develop instead of master

This commit is contained in:
kbe
2026-07-21 22:30:11 +02:00
parent 12b9b6c03e
commit e2654fff91
+1 -1
View File
@@ -89,7 +89,7 @@ Obey these rules:
4. Keep the build green on the branch.
5. Request a review before a merge.
6. Do not merge your own feature without a review.
7. Merge to `master` only after the review passes.
7. Merge to `develop` only after the review passes.
8. Delete the feature branch after the merge.
`master` must always build. `master` must always pass the tests.