chore: allows triggering docker builds manually

This commit is contained in:
Tony 2022-02-24 14:05:38 -09:00 committed by GitHub
parent 9b73129d6d
commit a84e83b2a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ on:
- 'Dockerfile'
- 'package.json'
- 'yarn.lock'
workflow_dispatch:
jobs:
check-env: