ソースを参照

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: