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