mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 10:15:03 +00:00
fix(ci): enable workflow support for oscomp branch (#7)
This commit is contained in:
parent
717bd9209a
commit
6f4144cc00
4
.github/workflows/makefile.yml
vendored
4
.github/workflows/makefile.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user