Skip to content

Commit

Permalink
only build pull requests and main
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Sep 20, 2024
1 parent 318e240 commit 3730ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: "Test"
on:
pull_request:
push:
branches:
- main
jobs:
tests:
strategy:
Expand All @@ -11,7 +13,5 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: cachix/install-nix-action@V28
- run: nix flake check

0 comments on commit 3730ad6

Please sign in to comment.