Browse Source

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

Dan Helfman 8 months ago
parent
commit
acb9aace1d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitea/workflows/build.yaml

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

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