fix(ci): enable workflow support for oscomp branch (#7)

This commit is contained in:
Samuel Dai 2025-03-22 08:49:26 +08:00 committed by GitHub
parent 717bd9209a
commit 6f4144cc00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: