Add ability to run check manually.

This commit is contained in:
shenlebantongying 2021-04-27 21:38:43 -04:00 committed by GitHub
parent 3ff188d573
commit 810a1d9bd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@ on:
- master
paths:
- _data/signed/*
workflow_dispatch:
inputs:
names:
description: 'Check signatures'
required: false
jobs:
deploy:
runs-on: ubuntu-latest