From 4d51c2301604766600b578c033c8fb270960e0c9 Mon Sep 17 00:00:00 2001 From: limengxuan Date: Mon, 25 Dec 2023 17:12:13 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e7a7f6c1b..b06532cce 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,9 +3,9 @@ on: push: tags: - v[0-9]+.[0-9]+.[0-9]+ - branches: [master] + branches: [master,dev-vgpu-1219] pull_request: - branches: [master] + branches: [master,dev-vgpu-1219] jobs: build: