Skip to content

Commit

Permalink
activate program builder
Browse files Browse the repository at this point in the history
  • Loading branch information
shenmo7192 committed Dec 6, 2024
0 parents commit 821fed5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/program-builder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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

0 comments on commit 821fed5

Please sign in to comment.