Files
GXDE/.github/workflows/building.yml
T
2024-08-30 16:19:08 +08:00

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