mirror of
https://github.com/FossifyOrg/Flashlight.git
synced 2026-01-07 23:17:58 -05:00
19 lines
395 B
YAML
19 lines
395 B
YAML
name: PR
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [main]
|
|
paths-ignore:
|
|
- ".github/**"
|
|
- "CHANGELOG.md"
|
|
- "docs/**"
|
|
- "fastlane/**"
|
|
- "LICENSE"
|
|
- "README.md"
|
|
|
|
jobs:
|
|
call-pr-workflow:
|
|
uses: FossifyOrg/.github/.github/workflows/pr.yml@main
|
|
with:
|
|
test_task: ":app:testCoreDebugUnitTest"
|