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: