This commit is contained in:
shenmo 2024-10-20 16:03:27 +08:00
parent 7e5525d4e9
commit 290c57e1bc

13
.github/workflows/program-builder.yml vendored Normal file
View File

@ -0,0 +1,13 @@
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