Skip to content

Commit 0be8ba4

Browse files
committed
add workflow dispatches to some of the tests
1 parent 377c0b2 commit 0be8ba4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/check-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Check Build
2-
on: pull_request
2+
on:
3+
pull_request:
4+
workflow_dispatch:
35

46
jobs:
57
twinecheck:

.github/workflows/check-manifest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: check MANIFEST.in
22
on:
3-
pull_request
3+
pull_request:
4+
workflow_dispatch:
45

56
jobs:
67
check-manifest:

.github/workflows/run-pytest-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Run tests
22

3-
on: [pull_request]
3+
on:
4+
pull_request:
5+
workflow_dispatch:
46

57
jobs:
68
test:

0 commit comments

Comments
 (0)