Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 6eddd4b

Browse files
committed
Add workflow_dispatch to allow triggering builds
1 parent 3c1f014 commit 6eddd4b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Lint
22

3-
on: [push, pull_request]
3+
on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
lint:

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
name: Wheels
33

4-
on: [push, pull_request]
4+
on: [push, pull_request, workflow_dispatch]
55

66
env:
77
REPO_DIR: Pillow

0 commit comments

Comments
 (0)