From 26154ee17331dd3c52e885f6af17689767f8b21f Mon Sep 17 00:00:00 2001 From: Elias Kuiter Date: Thu, 4 Jul 2024 13:47:32 +0200 Subject: [PATCH] CI test script --- .github/workflows/test.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dda1d6b7..084bc113 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,9 @@ name: Test literature on: push: - branches: [ "ek" ] + branches: [ '**' ] pull_request: - branches: [ "ek" ] + branches: [ '**' ] jobs: test: @@ -45,5 +45,6 @@ jobs: - name: Archive literature uses: actions/upload-artifact@v4 with: - name: test_latex - path: test_latex \ No newline at end of file + name: PDF + path: test_latex/pdf + retention-days: 5 \ No newline at end of file