diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a77ab80..42b5cae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,9 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + fetch-depth: 0 + filter: tree:0 - name: Setup .NET SDK uses: actions/setup-dotnet@v4