Build release branches (#2941)

update cicd to build release branches
This commit is contained in:
SoftFever 2023-11-30 23:58:52 +08:00 committed by GitHub
parent 82fe9beb57
commit 2f3ec2ab7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 43 additions and 22 deletions

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release/*
paths:
- 'deps/**'
- 'src/**'
@ -16,6 +17,7 @@ on:
pull_request:
branches:
- main
- release/*
paths:
- 'deps/**'
- 'src/**'