Enable CI on release branches (#2876)

pull/2899/head
John Niang 2022-12-08 10:46:26 +08:00 committed by GitHub
parent f40ba48aa3
commit 8f21880683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,15 +3,15 @@ name: Halo CI
on: on:
pull_request: pull_request:
branches: branches:
- next
- main - main
- release-*
paths: paths:
- "**" - "**"
- "!**.md" - "!**.md"
push: push:
branches: branches:
- next
- main - main
- release-*
paths: paths:
- "**" - "**"
- "!**.md" - "!**.md"