Skip to content

fix(workflow): restore sync trigger after release#306

Merged
xile611 merged 1 commit intomainfrom
fix/sync-main-trigger
Apr 13, 2026
Merged

fix(workflow): restore sync trigger after release#306
xile611 merged 1 commit intomainfrom
fix/sync-main-trigger

Conversation

@xile611
Copy link
Copy Markdown
Contributor

@xile611 xile611 commented Apr 13, 2026

Summary

Restore the automatic main-to-develop sync workflow after release PR merges.

Root cause

The release workflow now creates release branch commits with [skip ci], which causes pull_request-based workflows to be skipped when the release PR is merged.

Change

Switch sync-main-to-develop from pull_request to pull_request_target so closed release PR merges into main still trigger the sync workflow.

@xile611 xile611 merged commit 70eb40d into main Apr 13, 2026
6 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.

2 participants