Przeglądaj źródła

chore(test): modify format

xujun540 4 lat temu
rodzic
commit
a673f18c41
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      .github/workflows/run_api_tests.yaml

+ 3 - 3
.github/workflows/run_api_tests.yaml

@@ -2,9 +2,9 @@ name: API Test Suite
 
 on:
   push:
-   tags:
-     - e*
-     - v*
+    tags:
+      - e*
+      - v*
   pull_request:
 
 jobs: