From cb6ca60a4e6b3e9948c203bc0312160bec47f665 Mon Sep 17 00:00:00 2001 From: Pierre Chapuis Date: Thu, 28 Mar 2024 14:36:32 +0100 Subject: [PATCH] add ci.yml to source (so it runs when we change it) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ba5711..f519b7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: - src/** - tests/** - scripts/** + - .github/workflows/ci.yml - name: Install Rye if: steps.changes.outputs.sources == 'true'