diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 833d1b2..694f682 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -2,11 +2,13 @@ name: Build PR on: push: + pull_request: jobs: build: name: Build PDF files runs-on: ubuntu-latest + if: github.ref != 'refs/heads/main' steps: - name: Set git to use LF