Allow workflows to be triggered manually

This commit is contained in:
Ayaz Salikhov
2021-11-16 19:15:16 +03:00
parent e86542c817
commit 14093b81af
3 changed files with 3 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ on:
- "Makefile"
- "pytest.ini"
- "requirements-dev.txt"
workflow_dispatch:
jobs:
build-test-publish-images:

View File

@@ -6,6 +6,7 @@ on:
branches:
- main
- master
workflow_dispatch:
jobs:
run-hooks:

View File

@@ -18,6 +18,7 @@ on:
- "docs/**"
- ".readthedocs.yaml"
- "requirements-dev.txt"
workflow_dispatch:
jobs:
build-docs: