diff --git a/.github/workflows/validate-book-build.yml b/.github/workflows/validate-book-build.yml index adf48e2..0fc64ef 100644 --- a/.github/workflows/validate-book-build.yml +++ b/.github/workflows/validate-book-build.yml @@ -1,5 +1,11 @@ name: Validate LaTeX Document -on: [ push, pull_request ] +on: + push: + branches: + - '**' # All branches + - '!main' # But main as will do it anyway and more in release_book + pull_request: + jobs: test_building_book: runs-on: ubuntu-latest