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

This commit is contained in:
Naveen Singh 2026-01-01 01:46:57 +05:30 committed by GitHub
parent 3ff1f5730c
commit ee74bafff7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,13 @@ on:
pull_request: pull_request:
branches: [main] branches: [main]
types: [labeled, opened, synchronize, reopened] types: [labeled, opened, synchronize, reopened]
paths-ignore:
- ".github/**"
- "CHANGELOG.md"
- "docs/**"
- "fastlane/**"
- "LICENSE"
- "README.md"
jobs: jobs:
call-testing-build-workflow: call-testing-build-workflow: