Skip to content

Trigger release pipeline from master pipeline#12

Merged
codethief merged 1 commit into
masterfrom
feat/trigger_release_from_master_pipeline
Jun 22, 2026
Merged

Trigger release pipeline from master pipeline#12
codethief merged 1 commit into
masterfrom
feat/trigger_release_from_master_pipeline

Conversation

@codethief

Copy link
Copy Markdown
Owner

Don't trigger release pipeline on every master commit (only to abort in most cases). Instead, at the end of the master pipeline (after a successful build), check whether the package version has changed and, if so, trigger the release pipeline. This also gives us an escape hatch for when we need to trigger the release pipeline by hand.

Don't trigger release pipeline on every master commit (only to abort in most
cases). Instead, at the end of the master pipeline (after a successful build),
check whether the package version has changed and, if so, trigger the release
pipeline. This also gives us an escape hatch for when we need to trigger the
release pipeline by hand.
@codethief codethief merged commit 051e875 into master Jun 22, 2026
4 checks passed
@codethief codethief deleted the feat/trigger_release_from_master_pipeline branch June 22, 2026 20:12
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