Run CI on PRs too

This commit is contained in:
Hendrik Kleinwaechter
2023-01-19 16:49:17 +01:00
parent f458663318
commit 528e091d77

View File

@@ -1,5 +1,5 @@
name: Validate LaTeX Document name: Validate LaTeX Document
on: [ push ] on: [ push, pull_request ]
jobs: jobs:
test_building_book: test_building_book:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -12,4 +12,4 @@ jobs:
run: | run: |
apk add make apk add make
cd book cd book
make all make all