mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 05:36:37 +08:00
13 lines
228 B
YAML
13 lines
228 B
YAML
name: Building Testing
|
|
run-name: Building ${{ GITHUB.REPOSITORY }}
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
tags:
|
|
- "*"
|
|
|
|
jobs:
|
|
call:
|
|
uses: GXDE-OS/GXDE/.github/workflows/building-deb.yml@DebianDDE15
|
|
secrets: inherit |