Преглед изворни кода

chore(test): modify format

xujun540 пре 4 година
родитељ
комит
a673f18c41
1 измењених фајлова са 3 додато и 3 уклоњено
  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:
 on:
   push:
   push:
-   tags:
-     - e*
-     - v*
+    tags:
+      - e*
+      - v*
   pull_request:
   pull_request:
 
 
 jobs:
 jobs: