From 70c8cc3d52cf5f8e90eb405e9cd817c137f79e7e Mon Sep 17 00:00:00 2001 From: Dylan Piercey Date: Thu, 28 Jul 2022 08:11:30 -0700 Subject: [PATCH] fix: ensure ci runs for md files (#1833) --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 630bdf0be..1752f10f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,8 @@ name: CI on: pull_request: types: [opened, synchronize] - paths-ignore: ["**.md"] push: branches: [main, v3, v4] - paths-ignore: ["**.md"] concurrency: group: "${{ github.workflow }}-${{ github.event_name == 'pull_request_target' && github.head_ref || github.ref }}"