Przeglądaj źródła

add branches condition

Shahed Nasser 1 rok temu
rodzic
commit
42904e53e9
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      .github/workflows/test-cli.yml

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

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