Skip to content

Commit 64bc644

Browse files
committed
Fix error in reading trigger event from github actions
1 parent d56301c commit 64bc644

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Orm/Xtensive.Orm.Tests.Framework/TestInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ private static IEnumerable<T> GetMethodAttributes<T>() where T : Attribute
9595
private static GithubActionsEvents? TryParseGithubEventName(string varValue)
9696
{
9797
return varValue switch {
98+
"push" => GithubActionsEvents.Push,
9899
"pull_request" => GithubActionsEvents.PullRequest,
99100
"pull_request_comment" => GithubActionsEvents.PullRequest,
100101
"pull_request_review" => GithubActionsEvents.PullRequest,

0 commit comments

Comments
 (0)