mirror of
https://github.com/FossifyOrg/Notes.git
synced 2025-12-31 03:27:55 -05:00
12 lines
271 B
YAML
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
|