diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f49e757a..f0323c2e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -3,6 +3,8 @@ name: Tests on: # if pushed directly push: + paths-ignore: + - '**/docs/**' branches: - master - release/*