Add reusable workflows for PRs and testing builds

This commit is contained in:
Ensar Sarajčić 2024-09-28 12:36:38 +02:00
parent 8a1b75012b
commit c425db736f
7 changed files with 2637 additions and 1 deletions

9
.github/workflows/pr.yml vendored Normal file
View file

@ -0,0 +1,9 @@
name: PR
on:
pull_request:
branches: [ master ]
jobs:
call-pr-workflow:
uses: FossifyOrg/.github/.github/workflows/pr.yml@main