Files
Notes/.github/workflows/testing-build.yml
2025-12-01 18:03:15 +05:30

12 lines
271 B
YAML

name: Testing build (on PR)
on:
pull_request:
branches: [main]
types: [labeled, opened, synchronize, reopened]
jobs:
call-testing-build-workflow:
uses: FossifyOrg/.github/.github/workflows/testing-build.yml@main
secrets: inherit