mirror of
https://gitee.com/spark-store-project/spark-web-app-runtime.git
synced 2025-01-12 06:18:28 +08:00
actions
This commit is contained in:
parent
7e5525d4e9
commit
290c57e1bc
13
.github/workflows/program-builder.yml
vendored
Normal file
13
.github/workflows/program-builder.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user