mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-07-27 18:57:50 +00:00
fix: enable ci on active branches
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user