mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-09 07:06:47 +00:00
ci: enable ci workflow on branches other than master (#891)
This commit is contained in:
parent
a1fc824fcc
commit
fe7d4d588c
4
.github/workflows/makefile.yml
vendored
4
.github/workflows/makefile.yml
vendored
@ -2,9 +2,9 @@ name: Build Check
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches: [ "master", "feat-*", "fix-*"]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "master" ]
|
branches: [ "master", "feat-*", "fix-*"]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# ensure the toolchain is cached
|
# ensure the toolchain is cached
|
||||||
|
Loading…
x
Reference in New Issue
Block a user