Skip to content

Add workflow to restrict main merges to develop#35

Merged
gafnts merged 1 commit into
developfrom
chore/restric-main-merges
Jun 7, 2026
Merged

Add workflow to restrict main merges to develop#35
gafnts merged 1 commit into
developfrom
chore/restric-main-merges

Conversation

@gafnts

@gafnts gafnts commented Jun 7, 2026

Copy link
Copy Markdown
Owner

This pull request adds a new GitHub Actions workflow to enforce branch management policies. Specifically, it restricts merges into the main branch so that only pull requests originating from the develop branch are allowed.

Branch protection automation:

  • Added .github/workflows/restrict-main-merges.yml to automatically block pull requests to main unless the source branch is develop, helping to enforce a consistent release workflow.

@gafnts gafnts merged commit 9f2c1df into develop Jun 7, 2026
1 check passed
@gafnts gafnts deleted the chore/restric-main-merges branch June 7, 2026 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant