From bdbca5fae50da76f8daed238273316d7b4183a18 Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Thu, 22 Feb 2024 19:25:23 +0100 Subject: [PATCH] Fix action --- .github/workflows/draft-pdf.yml | 2 +- .gitignore | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/draft-pdf.yml b/.github/workflows/draft-pdf.yml index cee21e61..e6598292 100644 --- a/.github/workflows/draft-pdf.yml +++ b/.github/workflows/draft-pdf.yml @@ -2,7 +2,7 @@ name: JOSS paper compilation on: push: branches: - - joss* + - joss jobs: paper: runs-on: ubuntu-latest diff --git a/.gitignore b/.gitignore index a13169f8..efeccff5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ +.benchmarkci libs/ test/ docs/ +benchmark/ Manifest.toml \ No newline at end of file