mirror of
https://github.com/bitwarden/server.git
synced 2024-11-29 13:25:17 +01:00
14 lines
219 B
YAML
14 lines
219 B
YAML
---
|
|
name: Build Self-Host
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
stub:
|
|
name: Stub
|
|
runs-on: ubuntu-22.04
|
|
steps:
|
|
- name: Checkout repo
|
|
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
|