Skip to content

Fix: trigger dev deploy workflow from main#319

Merged
SolfE merged 1 commit intodevelopfrom
fix/dev-deploy-main-trigger
Mar 24, 2026
Merged

Fix: trigger dev deploy workflow from main#319
SolfE merged 1 commit intodevelopfrom
fix/dev-deploy-main-trigger

Conversation

@SolfE
Copy link
Member

@SolfE SolfE commented Mar 24, 2026

Summary

Update the deployment workflow trigger branch.

Problem

The deployment workflow was still triggered by develop and an old temporary branch, even though deployment should be tied to the deployment branch.

Solution

Change the push trigger in .github/workflows/dev-deploy.yml to run only on main.

Changes

  • remove develop from the deploy workflow trigger branches
  • remove feat/migrate-on-premise from the deploy workflow trigger branches
  • set the workflow to trigger only on main

Example

A push to main will trigger the deployment workflow, while pushes to develop will no longer trigger it.

Related Issues

N/A

@SolfE SolfE merged commit 766f6f9 into develop Mar 24, 2026
1 check failed
@SolfE SolfE deleted the fix/dev-deploy-main-trigger branch March 24, 2026 11:31
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