m0nq / cloud-people

https://cloud-people.vercel.app
0 stars 0 forks source link

Prevent Direct Pushes to Main Branch #98

Open m0nq opened 4 days ago

m0nq commented 4 days ago

Implement branch protection rules to prevent developers from directly pushing commits to the main branch.

Acceptance Criteria: Direct pushes to the main branch are blocked, requiring all changes to go through pull requests.

linear[bot] commented 4 days ago

DEV-100 Prevent Direct Pushes to Main Branch