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

This commit is contained in:
Naveen Singh
2026-01-01 01:46:41 +05:30
committed by GitHub
parent 42ba12b1ce
commit 86e79e5e0b

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: