From 528e091d7754f977588b2f2dc2a376b04dc8c229 Mon Sep 17 00:00:00 2001 From: Hendrik Kleinwaechter Date: Thu, 19 Jan 2023 16:49:17 +0100 Subject: [PATCH] Run CI on PRs too --- .github/workflows/validate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index ea1bce9..964068f 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -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 \ No newline at end of file + make all