test compile on develop branch (#1702)

Add compiling test on develop branch
This commit is contained in:
oceanbase-ce-game-test 2023-12-01 15:00:39 +08:00 committed by GitHub
parent 228cfb5382
commit 24f22138ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,9 @@ name: Compile
on:
push:
branches: [ master ]
branches: [ master, develop ]
pull_request:
branches: [ master ]
branches: [ master, develop ]
jobs:
centos-build: