diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5fbc243e..adee482e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,6 +5,9 @@ on: branches: - master pull_request: + paths-ignore: + - 'docs/**' + - '**.md' # Runs at 05:05. Daily. schedule: - cron: '5 5 * * *'