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: on:
push: push:
branches: [ main ] branches: [ main ]
paths:
- 'paper/**'
pull_request: pull_request:
paths:
- 'paper/**'
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest