Allow manually invoking tests too (#74)

This commit is contained in:
Seth Vargo 2021-12-06 18:19:37 -05:00 committed by GitHub
parent ed829381c8
commit 870ff908cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ on:
pull_request:
branches:
- 'main'
workflow_dispatch:
concurrency:
group: '${{github.workflow}}-${{ github.head_ref || github.ref }}'