1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-06 05:28:15 -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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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