diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5d913f8e..b3610473 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,11 +4,18 @@ on: push: branches: - main - + paths-ignore: + - 'docs/**' + - '*.md' + - 'tests/resources/**' pull_request: branches: - main - dev + paths-ignore: + - 'docs/**' + - '*.md' + - 'tests/resources/**' jobs: build: runs-on: ubuntu-latest