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" - "Makefile"
- "pytest.ini" - "pytest.ini"
- "requirements-dev.txt" - "requirements-dev.txt"
workflow_dispatch:
jobs: jobs:
build-test-publish-images: build-test-publish-images:

View File

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

View File

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