ci: run the build test for each pull request

This commit is contained in:
Frantisek Sumsal 2021-01-30 19:13:16 +01:00
parent eed6393d14
commit f30ec3eee6
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
name: Build test
on:
pull_request:
paths-ignore:
- 'Documentation/**'
- 'lib*/docs/**'
push:
branches:
- 'cibuild'