Update CI #4

Closed
rgebee wants to merge 99 commits from ci-test into main
Showing only changes of commit edce58a2cc - Show all commits

View File

@ -1,9 +1,11 @@
name: Deploy
on:
push:
tags:
- '*'
workflow_dispatch:
inputs:
run:
description: "Deploy artifact to server"
type: boolean
runs-on: selfhost
@ -11,6 +13,7 @@ jobs:
deploy:
needs: build
runs-on: selfhost
if: ${{ inputs.run }}
steps:
- uses: actions/checkout@v2
- name: get artifact