浏览代码

fix: tests

Yeuoly 1 年之前
父节点
当前提交
78d7535967
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/workflows/tests.yml

+ 3 - 0
.github/workflows/tests.yml

@@ -4,6 +4,9 @@ on:
   pull_request:
     branches:
       - main
+  push:
+    branches:
+      - main
 
 concurrency:
   group: test-tests-${{ github.head_ref || github.run_id }}