mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-22 02:20:29 +00:00
updates
This commit is contained in:
parent
6263278ff5
commit
7db55ef1a5
21 changed files with 1010 additions and 619 deletions
7
.github/workflows/publish.yaml
vendored
7
.github/workflows/publish.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue