Add workflow_dispatch to allow triggering builds

This commit is contained in:
Hugo van Kemenade 2022-01-02 21:47:56 +02:00
parent 3c1f014f8b
commit 6eddd4bbb4
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