don't run impure checks on main

We need to make sure that these tests already pass in pull requests.
There is often no point running this on main because it's already to
late at this point.
This commit is contained in:
Jörg Thalheim
2025-05-12 16:05:52 +02:00
parent ef4b5cc9d5
commit 5206366ddf

View File

@@ -1,9 +1,6 @@
name: checks
on:
pull_request:
push:
branches:
- main
jobs:
checks-impure:
runs-on: nix