mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
10 lines
261 B
YAML
10 lines
261 B
YAML
name: Testing build (on PR)
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [ $default-branch ]
|
|
types: [ labeled, opened, synchronize, reopened ]
|
|
|
|
jobs:
|
|
call-testing-build-workflow:
|
|
uses: FossifyOrg/.github/.github/workflows/testing-build.yml@main
|