mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-11 21:51:12 -06:00
Run CI on PRs too
This commit is contained in:
4
.github/workflows/validate.yml
vendored
4
.github/workflows/validate.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: Validate LaTeX Document
|
||||
on: [ push ]
|
||||
on: [ push, pull_request ]
|
||||
jobs:
|
||||
test_building_book:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -12,4 +12,4 @@ jobs:
|
||||
run: |
|
||||
apk add make
|
||||
cd book
|
||||
make all
|
||||
make all
|
||||
|
||||
Reference in New Issue
Block a user