Revert "Reapply "Maybe this""
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/push/all-checks-complete Pipeline was successful
ci/woodpecker/pr/all-checks-complete unknown status

This reverts commit 40864b955d.
This commit is contained in:
Smaug123
2024-07-12 00:46:50 +01:00
parent 40864b955d
commit 2fd7a1eb28

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" }
]
}