diff --git a/.circleci/config.yml b/.circleci/config.yml index af4dbd6..8d58979 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,7 +16,7 @@ jobs: - checkout - run: name: Trunk check - command: ./trunk check --upstream=remotes/origin/${CIRCLE_BRANCH} + command: ./trunk check --upstream=HEAD^ workflows: ctest: