try ci
Some checks failed
Compile LaTeX document / build (push) Successful in 30s
Compile LaTeX document / latex_spellcheck (push) Failing after 3m9s

This commit is contained in:
philipp 2024-02-28 10:54:40 +01:00
parent d68b85b1a9
commit d5899cf014

View File

@ -2,7 +2,7 @@ name: Compile LaTeX document
on: on:
push: push:
branches: [main] # or any other branch you want to trigger the workflow branches: [main, ci] # or any other branch you want to trigger the workflow
pull_request: pull_request:
branches: [main] branches: [main]