浏览代码

add branches condition

Shahed Nasser 1 年之前
父节点
当前提交
42904e53e9
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/workflows/test-cli.yml

+ 3 - 0
.github/workflows/test-cli.yml

@@ -1,6 +1,9 @@
 name: Test CLI
 name: Test CLI
 on:
 on:
  pull_request:
  pull_request:
+  branches:
+    - 'feat/v2'
+    - 'feat/v2-ci'
 
 
 jobs:
 jobs:
   test-cli-yarn:
   test-cli-yarn: