add ci.yml to source (so it runs when we change it)

This commit is contained in:
Pierre Chapuis 2024-03-28 14:36:32 +01:00
parent daaa8c5416
commit cb6ca60a4e

View file

@ -24,6 +24,7 @@ jobs:
- src/**
- tests/**
- scripts/**
- .github/workflows/ci.yml
- name: Install Rye
if: steps.changes.outputs.sources == 'true'