From 2884bea76d3695baeb7c7187ce7061b2ef456117 Mon Sep 17 00:00:00 2001 From: Lam Fung Date: Fri, 5 Apr 2024 06:55:43 +0800 Subject: [PATCH] fix workflow base branch --- .github/workflows/automate_ncc.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/automate_ncc.yml b/.github/workflows/automate_ncc.yml index 01a63ff..79b0d6d 100644 --- a/.github/workflows/automate_ncc.yml +++ b/.github/workflows/automate_ncc.yml @@ -33,4 +33,5 @@ jobs: with: title: Automated build body: This is an automated build. - branch: ${{ env.BRANCH_NAME }} \ No newline at end of file + branch: ${{ env.BRANCH_NAME }} + base: master \ No newline at end of file