mirror of
https://github.com/bitwarden/server.git
synced 2025-04-21 04:55:08 -05:00
Add Build Self-Host workflow stub (#2417)
This commit is contained in:
parent
7eb7457b58
commit
3bece3c3ad
13
.github/workflows/build-self-host.yml
vendored
Normal file
13
.github/workflows/build-self-host.yml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user