]> source.dussan.org Git - gitblit.git/commitdiff
ci: Build pull requests, too
authorFlorian Zschocke <f.zschocke+git@gmail.com>
Thu, 27 Oct 2022 21:33:30 +0000 (23:33 +0200)
committerFlorian Zschocke <f.zschocke+git@gmail.com>
Thu, 27 Oct 2022 21:33:30 +0000 (23:33 +0200)
Build pull requests, just like we build on every push.

.github/workflows/ci-build.yml

index 1b1b4844d22a4747046ce3e56fe3c6419a972dee..2bbd2af55d84d6c0513b99af6c7b74bed894cb08 100644 (file)
@@ -1,10 +1,14 @@
-name: Continous build on every push
+name: Continous integration
 
 on:
   push:
     branches-ignore:
       - 'release*'
       - gh-pages
+  pull_request:
+    branches-ignore:
+      - 'release*'
+      - gh-pages
 
 jobs:
   build_linux: