diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4c0dba8..fe6599a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,6 +7,9 @@ on: - cron: '20 4 * * 2,6' push: + paths-ignore: + - '**.md' + - 'docs/**' permissions: contents: read