ci: change the ci branch to develop

This commit is contained in:
leo 2024-04-09 14:58:12 +08:00
parent 7336a870f7
commit 696bae00d8

View file

@ -2,9 +2,9 @@ name: Continuous Integration
on:
push:
branches:
- master
- develop
pull_request:
branches: [master]
branches: [develop]
workflow_dispatch:
jobs:
build: