Skip to content

fix: correct publish workflow branch filter#134

Merged
tortmayr merged 1 commit intomainfrom
fix/publish-workflow-branch
Apr 30, 2026
Merged

fix: correct publish workflow branch filter#134
tortmayr merged 1 commit intomainfrom
fix/publish-workflow-branch

Conversation

@tortmayr
Copy link
Copy Markdown
Contributor

@tortmayr tortmayr commented Apr 30, 2026

Summary

  • The workflow_run trigger in publish.yml was filtering on master, but the default branch is main
  • This caused auto-publishing to never fire after CI completed on main

The workflow_run trigger was watching `master` but the default
branch is `main`, so auto-publishing never fired.
Copy link
Copy Markdown
Contributor

@martin-fleck-at martin-fleck-at left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

;-)

@tortmayr tortmayr merged commit 87c6bcf into main Apr 30, 2026
5 checks passed
@tortmayr tortmayr deleted the fix/publish-workflow-branch branch April 30, 2026 10:16
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.

2 participants