From 5523ea6226b941243b84299cc420e49d94ac9781 Mon Sep 17 00:00:00 2001 From: eryajf Date: Sat, 12 Apr 2025 12:06:54 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=96=B0=20Sync=20to=20CNB=20?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E8=A7=A6=E5=8F=91=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 仅在 main 分支推送时触发 - 忽略 learning-weekly.xml 文件更改 --- .github/workflows/sync-to-cnb.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-to-cnb.yml b/.github/workflows/sync-to-cnb.yml index c07ba2b..039d1f2 100644 --- a/.github/workflows/sync-to-cnb.yml +++ b/.github/workflows/sync-to-cnb.yml @@ -1,6 +1,10 @@ name: Sync to CNB -on: [push] +on: + push: + branches: [main] + paths-ignore: + - 'learning-weekly.xml' jobs: sync: