ci: prevent unnecessary workflow runs on minor changes (#658)

This commit is contained in:
Naveen Singh 2026-01-01 00:57:21 +05:30 committed by GitHub
parent a59d4acbd9
commit db83b698d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,14 @@ name: PR
on: on:
pull_request: pull_request:
branches: [ main ] branches: [main]
paths-ignore:
- ".github/**"
- "CHANGELOG.md"
- "docs/**"
- "fastlane/**"
- "LICENSE"
- "README.md"
jobs: jobs:
call-pr-workflow: call-pr-workflow: