Explorar o código

[添加] ci 触发方式

guozhanxin %!s(int64=4) %!d(string=hai) anos
pai
achega
0e4228dbec
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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