1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-03 00:52:49 -05:00

Add Build Self-Host workflow stub (#2417)

This commit is contained in:
Vince Grassia
2022-11-16 13:47:25 -05:00
committed by GitHub
parent 7eb7457b58
commit 3bece3c3ad

13
.github/workflows/build-self-host.yml vendored Normal file
View File

@ -0,0 +1,13 @@
---
name: Build Self-Host
on:
workflow_dispatch:
jobs:
stub:
name: Stub
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846