mirror of https://github.com/halo-dev/halo
Enable CI on release branches (#2876)
parent
f40ba48aa3
commit
8f21880683
|
@ -3,15 +3,15 @@ name: Halo CI
|
|||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- next
|
||||
- main
|
||||
- release-*
|
||||
paths:
|
||||
- "**"
|
||||
- "!**.md"
|
||||
push:
|
||||
branches:
|
||||
- next
|
||||
- main
|
||||
- release-*
|
||||
paths:
|
||||
- "**"
|
||||
- "!**.md"
|
||||
|
|
Loading…
Reference in New Issue