Browse Source

[添加] ci 触发方式

guozhanxin 5 năm trước cách đây
mục cha
commit
0e4228dbec

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

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