diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e498bbf95..760d9fe1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,11 +3,7 @@ on: push: branches: - master - paths-ignore: - - '**.md' # Matches all .md files in the repository. pull_request: - paths-ignore: - - '**.md' # Matches all .md files in the repository. jobs: tests: name: Run tests