mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
build-package.yaml: Add workflow
Make building jw-pkg packages via reusable.yaml the default for pushes and pull-requests. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
281cdf4ec7
commit
fcf3836aae
1 changed files with 7 additions and 0 deletions
7
.github/workflows/build-package.yaml
vendored
Normal file
7
.github/workflows/build-package.yaml
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
name: Test repo on all supported platforms
|
||||
|
||||
on: [pull_request, push]
|
||||
jobs:
|
||||
CI:
|
||||
runs-on: public-ci
|
||||
uses: ci/action-build-package/.github/workflows/reusable.yaml@master
|
||||
Loading…
Add table
Add a link
Reference in a new issue