Skip to content

Commit 92ce0af

Browse files
authored
Merge pull request #1535 from mathbunnyru/asalikhov/workflow_dispatch
Allow workflows to be triggered manually
2 parents e86542c + 14093b8 commit 92ce0af

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ on:
4545
- "Makefile"
4646
- "pytest.ini"
4747
- "requirements-dev.txt"
48+
workflow_dispatch:
4849

4950
jobs:
5051
build-test-publish-images:

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- main
88
- master
9+
workflow_dispatch:
910

1011
jobs:
1112
run-hooks:

.github/workflows/sphinx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
- "docs/**"
1919
- ".readthedocs.yaml"
2020
- "requirements-dev.txt"
21+
workflow_dispatch:
2122

2223
jobs:
2324
build-docs:

0 commit comments

Comments
 (0)