From fc5718438da56611c02b545697eee148f391350e Mon Sep 17 00:00:00 2001 From: Antonio Yang Date: Mon, 11 Sep 2023 11:46:54 +0800 Subject: [PATCH] let ci run for debug branch --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29384e85a..657d7fbf4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [ main ] + branches: [ debug ] pull_request: branches: [ main ]