Files
uos-packaging-tools/.github/program-builder.yml
2025-04-09 18:46:53 +08:00

14 lines
224 B
YAML

name: Building Program
run-name: Building ${{ GITHUB.REPOSITORY }}
on:
workflow_dispatch:
push:
tags:
- "*"
jobs:
call:
uses: GXDE-OS/GXDE/.github/workflows/building-deb.yml@master
secrets: inherit