Skip to content

Commit

Permalink
ci: tt
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Aug 9, 2023
1 parent 4fc1a35 commit 1048acb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/<branchName>)
to: HEAD^1
from: main # Check for changes since previous commit (feel free to put a branch name instead in the form of origin/<branchName>)

# Do something more meaningful here, like push to NPM, do heavy computing, etc.
- name: Validate Action Output
Expand Down

0 comments on commit 1048acb

Please sign in to comment.