fix: enable ci on active branches

This commit is contained in:
tukuaiai
2026-05-02 03:42:05 +08:00
parent 9fabde88cf
commit a523b6d45f
3 changed files with 117 additions and 5 deletions
+3 -2
View File
@@ -4,10 +4,11 @@
name: CI
on:
workflow_dispatch:
push:
branches: [ main ]
branches: [ develop, master ]
pull_request:
branches: [ main ]
branches: [ develop, master ]
jobs:
markdown-lint: