diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc833ae..2d86e39 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,6 +2,8 @@ name: "Test" on: pull_request: push: + branches: + - main jobs: tests: strategy: @@ -11,7 +13,5 @@ jobs: steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - uses: cachix/install-nix-action@V28 - run: nix flake check