guozhanxin 4 роки тому
батько
коміт
0e4228dbec
1 змінених файлів з 4 додано та 1 видалено
  1. 4 1
      .github/workflows/action_utest.yml

+ 4 - 1
.github/workflows/action_utest.yml

@@ -1,5 +1,8 @@
 name: AutoTestCI
-on: push
+
+# Controls when the action will run. Triggers the workflow on push or pull request
+on: [push, pull_request]
+
 jobs:
   test:
     runs-on: ubuntu-latest