Skip to content

Add PR branch check workflow.#294

Merged
tedwaine merged 2 commits into
AcademySoftwareFoundation:developfrom
tedwaine:develop
Jun 23, 2026
Merged

Add PR branch check workflow.#294
tedwaine merged 2 commits into
AcademySoftwareFoundation:developfrom
tedwaine:develop

Conversation

@tedwaine

Copy link
Copy Markdown
Collaborator

This PR adds in a GitHub workflow action that allows us to reject PRs made onto the main branch with a helpful error informing the developer that only PRs are allowed onto the develop branch, except when merging develop into main.

This allows us to 'protect' the main branch for production tested release versions only while development contributions and activity will be managed on the develop branch.

tedwaine added 2 commits June 22, 2026 18:38
The main branch is protected and only intended for verified release versions of xSTUDIO. As such, all pull requests must be made onto the develop branch. Only PRs from develop are allowed onto main branch.

Signed-off-by: tedwaine <59868698+tedwaine@users.noreply.github.com>
…Foundation/main-branch-pr-workflow

Add workflow to prevent PRs to main branch
@tedwaine tedwaine merged commit eb3d235 into AcademySoftwareFoundation:develop Jun 23, 2026
3 of 5 checks passed
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