server

Clone or download

Removed DMGs

Modified Files

--- 'a/.github/workflows/build.yml'
+++ b/.github/workflows/build.yml
@@ -1,4 +1,5 @@
name: Build
+
on:
workflow_run:
workflows: ["Init"]
--- 'a/.github/workflows/init.yml'
+++ b/.github/workflows/init.yml
@@ -2,7 +2,6 @@ name: Init
on: [push]
-
jobs:
init:
runs-on: ubuntu-20.04