From a9c04acbf91c652f1f8d48fd952324b657c1bc93 Mon Sep 17 00:00:00 2001 From: eviau-artefactual Date: Wed, 24 Jan 2024 11:13:10 -0500 Subject: [PATCH] testing this github CI action --- .github/workflows/test.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ecbb323d2e..b56dbfcfa1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,6 +6,10 @@ on: branches: - "qa/**" - "stable/**" + paths: + - CITATION.cff + workflow_dispatch: + jobs: test: name: "Test ${{ matrix.rule }} on ${{ matrix.python-version }}" @@ -111,3 +115,6 @@ jobs: - name: "Run tox" run: | tox -e linting + citing: + name: "validating the citation file" +