mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-01-10 00:19:25 -05:00
19 lines
451 B
YAML
19 lines
451 B
YAML
name: Testing build (on PR)
|
|
|
|
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:
|
|
uses: FossifyOrg/.github/.github/workflows/testing-build.yml@main
|
|
secrets: inherit
|