diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index ee0563bc..ad3f1b1d 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -20,7 +20,15 @@ on: - 'pyproject.toml' - '.github/workflows/testing.yaml' schedule: - - cron: '0 0 * * SAT' + cron: '0 0 * * SAT' + branches: [ develop ] + paths: + - 'jrnl/**' + - 'features/**' + - 'tests/**' + - 'poetry.lock' + - 'pyproject.toml' + - '.github/workflows/testing.yaml' defaults: run: