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

Commit 71d4f05

Browse files
authored
Merge pull request #239 from hugovk/main
Add workflow_dispatch to allow triggering builds
2 parents 3c1f014 + 6eddd4b commit 71d4f05

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)