소스 검색

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

Dan Helfman 3 달 전
부모
커밋
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: