ci: add on-demand binary uploading flow (#130)

This commit is contained in:
fang 2023-01-18 19:48:55 +01:00 committed by GitHub
commit 10d9de7a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
.github/workflows/once.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: Deploy once
on:
workflow_dispatch
jobs:
urbit:
uses: ./.github/workflows/shared.yml
with:
pace: 'once'
upload: true
secrets: inherit