[github actions] build on push and pull_request

This commit is contained in:
Jakub Chrzanowski 2020-03-10 17:11:54 +01:00 committed by GitHub
parent b908308a80
commit bd5971e309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
name: build-test
on: pull_request
on: [push, pull_request]
jobs:
docs: