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

This commit is contained in:
Naveen Singh
2026-01-01 00:57:04 +05:30
committed by GitHub
parent a155339348
commit 2a36e87588

View File

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