mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 18:26:48 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["master", "feat-*", "fix-*"]
|
branches: ["master", "feat-*", "fix-*", "oscomp"]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["master", "feat-*", "fix-*"]
|
branches: ["master", "feat-*", "fix-*", "oscomp"]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user