Skip to content

fix move ci path filter on push so it matches pull requests#134

Open
mooncitydev wants to merge 1 commit intoDeeptradeProtocol:mainfrom
mooncitydev:fix/move-ci-push-paths-match-pr
Open

fix move ci path filter on push so it matches pull requests#134
mooncitydev wants to merge 1 commit intoDeeptradeProtocol:mainfrom
mooncitydev:fix/move-ci-push-paths-match-pr

Conversation

@mooncitydev
Copy link
Copy Markdown

what changed

The push trigger for Move Test CI only watched packages/deeptrade-core/**.move, while pull_request watched the whole packages/deeptrade-core/** tree. A direct push to main that only changed Move.toml, Move.lock, or other non-.move files could skip sui move build and sui move test even though those files affect resolution and builds.

This aligns the push.paths filter with pull_request so dependency and manifest edits on main get the same CI coverage as PRs.


made by mooncitydev

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