diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index b44fd5c..91e3b12 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -2,7 +2,7 @@ name: Compile LaTeX document on: 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: branches: [main]