Add reusable workflows for PRs and testing builds
This commit is contained in:
parent
8a1b75012b
commit
c425db736f
7 changed files with 2637 additions and 1 deletions
10
.github/workflows/testing-build.yml
vendored
Normal file
10
.github/workflows/testing-build.yml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue