chore: update CI workflow to trigger pull requests only on the main branch

This commit is contained in:
Nexmoe
2025-10-23 21:53:46 +08:00
parent e2b0aacf05
commit 297916c35b

View File

@@ -1,10 +1,8 @@
name: CI
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
branches: [ main ]
jobs:
test: