From bb7e2444e67ffc5d2cbe2d3a158b913edf726a0d Mon Sep 17 00:00:00 2001 From: James Chen Date: Fri, 8 Sep 2023 17:41:51 +0800 Subject: [PATCH] Fix a mistake in native-compile-webgpu.yml --- .github/workflows/native-compile-webgpu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native-compile-webgpu.yml b/.github/workflows/native-compile-webgpu.yml index 3d8caed7b55..8ba473b42e3 100644 --- a/.github/workflows/native-compile-webgpu.yml +++ b/.github/workflows/native-compile-webgpu.yml @@ -1,7 +1,7 @@ name: Compile WebGPU on: - push: + pull_request: paths: - 'native/external-config.json' - 'native/cocos/base/**'