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