Browse Source

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

Dan Helfman 2 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:
   push:
     branches: [main]
+  pull_request:
+    branches: [main]
 
 jobs:
   test: