From 6f4144cc003e1a786dc933f3fc17e662ad017a82 Mon Sep 17 00:00:00 2001 From: Samuel Dai Date: Sat, 22 Mar 2025 08:49:26 +0800 Subject: [PATCH] fix(ci): enable workflow support for oscomp branch (#7) --- .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 c1740a97..340483e4 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -2,9 +2,9 @@ name: CI for DragonOS on: push: - branches: ["master", "feat-*", "fix-*"] + branches: ["master", "feat-*", "fix-*", "oscomp"] pull_request: - branches: ["master", "feat-*", "fix-*"] + branches: ["master", "feat-*", "fix-*", "oscomp"] jobs: ci: