From b128aca4cbb36385e4a2e702fab8eb49d580582e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Thu, 18 Feb 2021 13:29:01 +0800 Subject: [PATCH] Run debug build for pull requests --- .github/workflows/debug.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index d93485fc4..8efc9ff1f 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -8,6 +8,10 @@ on: - '**.md' - '.github/**' - '!.github/workflows/debug.yml' + pull_request: + branches: + - dev + jobs: native: name: Native Build