From 78991574013e1c34c244e0470b17f8e8405a4ef7 Mon Sep 17 00:00:00 2001 From: Deng Yun Date: Wed, 6 Dec 2023 16:41:58 +0800 Subject: [PATCH] Update githubaction workflow branch Update githubaction workfow branch to v4.0.0 --- .github/workflows/makefile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 9e67376b6..e5ffa1a18 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -2,9 +2,9 @@ name: Makefile CI on: push: - branches: [ main ] + branches: [ v4.0.0 ] pull_request: - branches: [ main ] + branches: [ v4.0.0 ] jobs: build: