Skip to content

Commit 70e00bf

Browse files
committed
3.0.0也加入测试
1 parent ea09f0c commit 70e00bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/unity_build_plugins.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ on:
2222
- unreal/Puerts/ThirdParty/**
2323
- .github/workflows/unity_build_plugins.yml
2424
- .github/workflows/composites/unity-build-plugins/**
25-
branches-ignore:
26-
- 'unity-3.0.0'
25+
# branches-ignore:
26+
# - 'unity-3.0.0'
2727

2828
env:
2929
RUNID: 613573412

.github/workflows/unity_unittest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ on:
1313
- unreal/Puerts/Source/JsEnv/Private/WebSocketImpl.cpp
1414
- unreal/Puerts/Source/JsEnv/Private/PromiseRejectCallback.hpp
1515
- .github/workflows/unity_unittest.yml
16-
branches-ignore:
17-
- 'unity-3.0.0'
16+
# branches-ignore:
17+
# - 'unity-3.0.0'
1818

1919
env:
2020
RUNID: 613573412

0 commit comments

Comments
 (0)