diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6de0595ac3..c8e69fa51d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,12 @@ name: Continuous Integration on: push: + paths-ignore: + - '*.md' pull_request: branches: [ bleed, 'prep-*' ] + paths-ignore: + - '*.md' permissions: contents: read # to fetch code (actions/checkout)