diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index ac31e06..51e396f 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -2,8 +2,17 @@ name: E2E Tests on: push: branches: [main] + paths-ignore: + - "docs/**" + - "**.md" + - ".github/**" pull_request: branches: [main] + paths-ignore: + - "docs/**" + - "**.md" + - ".github/**" + jobs: build: timeout-minutes: 20