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

This commit is contained in:
Naveen Singh
2026-02-01 01:56:58 +05:30
committed by GitHub
parent 4ecb9e33c5
commit 2f61eb359a

View File

@@ -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: