diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a3d23495..c9063f67c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,8 @@ jobs: uses: Trampoline-CX/action-turbo-changed@v1 with: workspace: '*' - from: HEAD^1 # Check for changes since previous commit (feel free to put a branch name instead in the form of origin/) + from: main + to: HEAD^1 # Check for changes since previous commit (feel free to put a branch name instead in the form of origin/) # Do something more meaningful here, like push to NPM, do heavy computing, etc. - name: Validate Action Output