mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-23 19:44:13 +03:00
Add workflow_dispatch to allow triggering builds
This commit is contained in:
parent
3c1f014f8b
commit
6eddd4bbb4
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: Lint
|
name: Lint
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request, workflow_dispatch]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
name: Wheels
|
name: Wheels
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request, workflow_dispatch]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REPO_DIR: Pillow
|
REPO_DIR: Pillow
|
||||||
|
|
Loading…
Reference in New Issue
Block a user