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

This commit is contained in:
Naveen Singh
2026-01-01 01:46:20 +05:30
committed by GitHub
parent ac35616ef1
commit 34e8efc4d9

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: