Build release branches

This commit is contained in:
SoftFever 2023-11-30 23:58:52 +08:00
parent a18f42efc8
commit 72378557cc

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release/*
paths:
- 'src/**'
- '**/CMakeLists.txt'
@ -15,6 +16,7 @@ on:
pull_request:
branches:
- main
- release/*
paths:
- 'src/**'
- '**/CMakeLists.txt'