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

This commit is contained in:
Naveen Singh
2026-01-01 01:46:24 +05:30
committed by GitHub
parent b7647e6c61
commit 289df1fa32

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: