mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-12 06:01:11 -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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user