From b42c2811a0105f8bca062c0cc97a5e55814fc6ff Mon Sep 17 00:00:00 2001 From: Joshua Fogg Date: Tue, 13 Aug 2024 15:54:17 +0100 Subject: [PATCH] Forgot the workflow dispatch --- .github/workflows/report-ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/report-ci.yaml b/.github/workflows/report-ci.yaml index b57acf0..ff959d0 100644 --- a/.github/workflows/report-ci.yaml +++ b/.github/workflows/report-ci.yaml @@ -5,6 +5,8 @@ on: - 'edmaths.sty' - 'example-report.tex' - 'example-references.bib' + workflow_dispatch: + jobs: build_latex: runs-on: ubuntu-latest