浏览代码

Include pull requests in build action, so they're covered by CI.

Dan Helfman 1 月之前
父节点
当前提交
acb9aace1d
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .gitea/workflows/build.yaml

+ 2 - 0
.gitea/workflows/build.yaml

@@ -3,6 +3,8 @@ run-name: ${{ gitea.actor }} is building
 on:
   push:
     branches: [main]
+  pull_request:
+    branches: [main]
 
 jobs:
   test: