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

10
.github/workflows/testing-build.yml vendored Normal file
View file

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