mirror of
https://github.com/FossifyOrg/Notes.git
synced 2025-12-30 19:20:23 -05:00
10 lines
153 B
YAML
10 lines
153 B
YAML
name: PR
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [ master ]
|
|
|
|
jobs:
|
|
call-pr-workflow:
|
|
uses: FossifyOrg/.github/.github/workflows/pr.yml@main
|