Reapply "Maybe this"

This reverts commit 2f62ec47ae.
This commit is contained in:
Smaug123
2024-07-12 00:40:16 +01:00
parent 2f62ec47ae
commit 40864b955d

View File

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