9 lines
151 B
YAML
9 lines
151 B
YAML
name: PR
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [ main ]
|
|
|
|
jobs:
|
|
call-pr-workflow:
|
|
uses: FossifyOrg/.github/.github/workflows/pr.yml@main
|