[PR #16] [MERGED] Restrict release job to main and development branches #37
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
webgrip/invoiceninja-application#37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/webgrip/invoiceninja-application/pull/16
Author: @Copilot
Created: 11/21/2025
Status: ✅ Merged
Merged: 11/21/2025
Merged by: @Ryangr0
Base:
development← Head:copilot/sub-pr-14📝 Commits (2)
2d6d59dInitial plan97c5c78fix: restrict release job to main and development branches📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
.github/workflows/on_source_change.yml(+1 -0)📄 Description
Addresses feedback from #14 to prevent releases from triggering on all branches. The release job was modified in a previous commit to remove branch restrictions, which could lead to unintended releases from feature branches.
Changes
(github.ref == 'refs/heads/main' || github.ref == 'refs/heads/development')mainand pre-releases fromdevelopmentwhile blocking feature branches💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.