Skip to content

Commit 10bfe54

Browse files
committed
fix: ensure pull request triggers for unity tests workflow
1 parent fdd1262 commit 10bfe54

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/unity-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ on:
77
- TestProjects/UnityMCPTests/**
88
- UnityMcpBridge/Editor/**
99
- .github/workflows/unity-tests.yml
10+
pull_request:
11+
types: [opened, synchronize, reopened, edited]
12+
branches: [ main ]
13+
paths:
14+
- TestProjects/UnityMCPTests/**
15+
- UnityMcpBridge/Editor/**
16+
- .github/workflows/unity-tests.yml
1017

1118
jobs:
1219
testAllModes:

0 commit comments

Comments
 (0)