diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 652e631..936de20 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,7 +18,7 @@ jobs: - name: "Install Nix" uses: cachix/install-nix-action@v17 - name: "Set Up Binary Cache" - if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' + if: github.event_name != 'pull_request' uses: cachix/cachix-action@v10 with: name: t2linux