1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 23:52:50 -05:00

adding in a manual trigger for the stubbed workflow (#1822)

This commit is contained in:
Joseph Flinn
2022-01-21 06:10:07 -08:00
committed by GitHub
parent d3938068c7
commit 897a76ff48

View File

@ -4,6 +4,8 @@ name: Clean After PR
on:
pull_request:
types: [closed]
workflow_dispatch:
inputs: {}
jobs:
build-docker: