浏览代码

[添加] ci 触发方式

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