From 82f8a52ddf833bef33bee6dbb0e14dba269af2b1 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Fri, 30 Aug 2024 16:19:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E5=B7=A5=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/building.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/building.yml diff --git a/.github/workflows/building.yml b/.github/workflows/building.yml new file mode 100644 index 0000000..6b3c111 --- /dev/null +++ b/.github/workflows/building.yml @@ -0,0 +1,13 @@ +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 \ No newline at end of file