This commit is contained in:
Hayden 2022-09-09 10:20:38 -08:00
parent 6263278ff5
commit 7db55ef1a5
21 changed files with 1010 additions and 619 deletions

View file

@ -1,12 +1,19 @@
name: Build Nightly
on:
workflow_run:
workflows:
- "Go Build/Test"
- "Frontend / Integration"
types:
- completed
push:
branches: [main]
jobs:
publish:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v2
- name: Set up Go