Skip to content

Commit e45c964

Browse files
committed
ci: fix builds on PRs
1 parent 9fdf6d0 commit e45c964

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ name: Build PR
22

33
on:
44
push:
5+
pull_request:
56

67
jobs:
78
build:
89
name: Build PDF files
910
runs-on: ubuntu-latest
11+
if: github.ref != 'refs/heads/main'
1012

1113
steps:
1214
- name: Set git to use LF

0 commit comments

Comments
 (0)