浏览代码

fix(changelog-check.yml): ignore l10n_master and dependabot branches in changelog workflow (#2594)

Aakansha Doshi 4 年之前
父节点
当前提交
bfeb3c7dfd
共有 1 个文件被更改,包括 3 次插入4 次删除
  1. 3 4
      .github/workflows/changelog-check.yml

+ 3 - 4
.github/workflows/changelog-check.yml

@@ -2,10 +2,9 @@ name: Changelog in sync for packages
 
 on:
   push:
-    branches:
-      - master
-  pull_request:
-
+    branches-ignore:
+      - "l10n_master"
+      - "dependabot/**"
 jobs:
   test:
     runs-on: ubuntu-latest