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

This commit is contained in:
Naveen Singh authored and GitHub committed 2026-01-01 01:46:41 +05:30
1 parent 42ba12b1ce
commit 86e79e5e0b
1 file changed
+7
+7
View File
@@ -4,6 +4,13 @@ on:
pull_request:
branches: [main]
types: [labeled, opened, synchronize, reopened]
paths-ignore:
- ".github/**"
- "CHANGELOG.md"
- "docs/**"
- "fastlane/**"
- "LICENSE"
- "README.md"
jobs:
call-testing-build-workflow: