From f8111b96147865ec647839b4b61449bcdf2480c5 Mon Sep 17 00:00:00 2001 From: Jason Harley Date: Fri, 15 Nov 2024 09:55:38 -0500 Subject: [PATCH] chore(ci): remove paths-ignore from CI workflow (#572) While "optimal" to have these in place, they end up meaning that the CI workflow doesn't run but it is required for merge -- preventing non-repo-Admins from merging release PRs (mostly notably). --- .github/workflows/ci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a08d8698..793ba44e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,10 +3,6 @@ name: CI on: workflow_dispatch: push: - paths-ignore: - - README.md - - CHANGELOG.md - - CONTRIBUTING.md schedule: # run CI nightly at 00:11UTC - cron: "11 0 * * *"