Merge pull request #239 from hugovk/main

Add workflow_dispatch to allow triggering builds
This commit is contained in:
Andrew Murray 2022-01-03 09:09:43 +11:00 committed by GitHub
commit 71d4f05db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: Lint
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
jobs:
lint:

View File

@ -1,7 +1,7 @@
name: Wheels
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
env:
REPO_DIR: Pillow