From e29c5e0b95a797740c35ffb987ef6afcdbab591a Mon Sep 17 00:00:00 2001 From: "Lingling Ye (from Dev Box)" Date: Wed, 9 Oct 2024 17:19:01 +0800 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4b9e1af..997a794a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: AppConfiguration-JavaScriptProvider CI on: push: - branches: [ "main" ] + branches: [ "main", "preview" ] pull_request: - branches: [ "main" ] + branches: [ "main", "preview" ] jobs: build: