latex conditionals for deployment

This commit is contained in:
2025-10-22 18:19:19 +02:00
parent 67228adecc
commit 37cc92aa1d

View File

@@ -2,7 +2,11 @@ name: Build PDF
on:
push:
branches: [ main ]
paths:
- 'paper/**'
pull_request:
paths:
- 'paper/**'
jobs:
build:
runs-on: ubuntu-latest