diff --git a/.github/workflows/move_test.yml b/.github/workflows/move_test.yml index 44711d7..3331bac 100644 --- a/.github/workflows/move_test.yml +++ b/.github/workflows/move_test.yml @@ -10,7 +10,9 @@ on: - main paths: - ".github/workflows/move_test.yml" - - "packages/deeptrade-core/**.move" + # Match pull_request: dependency/manifest changes must run build + test on main, + # not only *.move files (Move.toml / Move.lock / mvr.config.json were previously skipped). + - "packages/deeptrade-core/**" concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}