We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56301c commit 64bc644Copy full SHA for 64bc644
Orm/Xtensive.Orm.Tests.Framework/TestInfo.cs
@@ -95,6 +95,7 @@ private static IEnumerable<T> GetMethodAttributes<T>() where T : Attribute
95
private static GithubActionsEvents? TryParseGithubEventName(string varValue)
96
{
97
return varValue switch {
98
+ "push" => GithubActionsEvents.Push,
99
"pull_request" => GithubActionsEvents.PullRequest,
100
"pull_request_comment" => GithubActionsEvents.PullRequest,
101
"pull_request_review" => GithubActionsEvents.PullRequest,
0 commit comments