]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ci: run the build test for each pull request
authorFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 30 Jan 2021 18:13:16 +0000 (19:13 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 1 Feb 2021 11:00:30 +0000 (12:00 +0100)
.github/workflows/cibuild.yml

index 633cc1a8ed2bc366f3b8fe82f2c219bc0533f438..235215cd5468270eea5b5272a2a01503cd0a1609 100644 (file)
@@ -1,5 +1,9 @@
 name: Build test
 on:
+  pull_request:
+    paths-ignore:
+      - 'Documentation/**'
+      - 'lib*/docs/**'
   push:
     branches:
       - 'cibuild'