mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
11 lines
228 B
YAML
11 lines
228 B
YAML
name: PR
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [ $default-branch ]
|
|
|
|
jobs:
|
|
call-pr-workflow:
|
|
uses: FossifyOrg/.github/.github/workflows/pr.yml@main
|
|
with:
|
|
test_task: ":app:testFossDebugUnitTest"
|