From: Frantisek Sumsal Date: Sat, 30 Jan 2021 18:13:16 +0000 (+0100) Subject: ci: run the build test for each pull request X-Git-Tag: v2.37-rc1~139^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f30ec3eee6df6d0b564312aa0d24313ebec3f9ae;p=thirdparty%2Futil-linux.git ci: run the build test for each pull request --- diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 633cc1a8ed..235215cd54 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -1,5 +1,9 @@ name: Build test on: + pull_request: + paths-ignore: + - 'Documentation/**' + - 'lib*/docs/**' push: branches: - 'cibuild'