Revert "Maybe this"

This reverts commit 4fb36be6ee.
This commit is contained in:
Smaug123
2024-07-12 00:33:52 +01:00
parent 4fb36be6ee
commit 2f62ec47ae

View File

@@ -21,7 +21,7 @@
"nix develop --command dotnet test --configuration Release"
],
"when": [
{ "evaluate": "CI_PIPELINE_EVENT == \"push\" && CI_COMMIT_BRANCH == CI_REPO_DEFAULT_BRANCH" },
{ "event": "push", "evaluate": "CI_COMMIT_BRANCH == CI_REPO_DEFAULT_BRANCH" },
{ "event": "pull_request" }
]
}