From 1f8efdf9fee1b60bac67fdbd921df1586293f20b Mon Sep 17 00:00:00 2001 From: Naveen Singh <36371707+naveensingh@users.noreply.github.com> Date: Sun, 1 Feb 2026 01:57:04 +0530 Subject: [PATCH] ci: remove path filters for PR checks (#383) --- .github/workflows/pr.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 82d51a5c..894509be 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -3,13 +3,10 @@ name: PR on: pull_request: branches: [main] - paths-ignore: - - ".github/**" - - "CHANGELOG.md" - - "docs/**" - - "fastlane/**" - - "LICENSE" - - "README.md" + +permissions: + contents: read + pull-requests: read jobs: call-pr-workflow: