diff --git a/.github/workflows/ci-tests-e2e.yaml b/.github/workflows/ci-tests-e2e.yaml index 60400f9a0..e8574b3ae 100644 --- a/.github/workflows/ci-tests-e2e.yaml +++ b/.github/workflows/ci-tests-e2e.yaml @@ -4,8 +4,10 @@ name: 'CI: Tests E2E' on: push: branches: [main, master, core/*, desktop/*] + paths-ignore: ['**/*.md'] pull_request: branches-ignore: [wip/*, draft/*, temp/*] + paths-ignore: ['**/*.md'] workflow_dispatch: concurrency: diff --git a/.github/workflows/ci-tests-unit.yaml b/.github/workflows/ci-tests-unit.yaml index e1ba5b5d9..914030c7d 100644 --- a/.github/workflows/ci-tests-unit.yaml +++ b/.github/workflows/ci-tests-unit.yaml @@ -4,8 +4,10 @@ name: 'CI: Tests Unit' on: push: branches: [main, master, dev*, core/*, desktop/*] + paths-ignore: ['**/*.md'] pull_request: branches-ignore: [wip/*, draft/*, temp/*] + paths-ignore: ['**/*.md'] concurrency: group: ${{ github.workflow }}-${{ github.ref }}