Skip to content

Commit a25adab

Browse files
Update check for changes to compare against the previous commit in paths-filter
1 parent 8078424 commit a25adab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- uses: dorny/paths-filter@v3
2121
id: filter
2222
with:
23+
base: HEAD~1 # Compare against the previous commit
2324
filters: |
2425
relevant:
2526
- 'Code/**'

0 commit comments

Comments
 (0)