ci: remove path filters for PR checks (#688)

This commit is contained in:
Naveen Singh 2026-02-01 01:57:15 +05:30 committed by GitHub
parent 3258aa98e3
commit 82716702c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,13 +3,10 @@ name: PR
on: on:
pull_request: pull_request:
branches: [main] branches: [main]
paths-ignore:
- ".github/**" permissions:
- "CHANGELOG.md" contents: read
- "docs/**" pull-requests: read
- "fastlane/**"
- "LICENSE"
- "README.md"
jobs: jobs:
call-pr-workflow: call-pr-workflow: