Skip to content

Commit 23a922b

Browse files
authored
fix(ci): remove 'dev' and 'ci' branches from push trigger in workflow (#385)
* feat(ci): add GitHub Actions workflow to notify parent repository on updates * fix(ci): remove 'dev' and 'ci' branches from push trigger in workflow
1 parent 1aa5aab commit 23a922b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ name: Notify Parent Repository
4747
on:
4848
push:
4949
branches:
50-
- dev # 主仓库推送的目标分支
51-
- main # 兼容直接在子仓库开发的情况
52-
- ci
50+
- main
5351
workflow_dispatch:
5452

5553
jobs:

0 commit comments

Comments
 (0)