Skip to content

Commit

Permalink
Merge pull request #1535 from mathbunnyru/asalikhov/workflow_dispatch
Browse files Browse the repository at this point in the history
Allow workflows to be triggered manually
  • Loading branch information
mathbunnyru committed Nov 16, 2021
2 parents e86542c + 14093b8 commit 92ce0af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Expand Up @@ -45,6 +45,7 @@ on:
- "Makefile"
- "pytest.ini"
- "requirements-dev.txt"
workflow_dispatch:

jobs:
build-test-publish-images:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pre-commit.yml
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- main
- master
workflow_dispatch:

jobs:
run-hooks:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sphinx.yml
Expand Up @@ -18,6 +18,7 @@ on:
- "docs/**"
- ".readthedocs.yaml"
- "requirements-dev.txt"
workflow_dispatch:

jobs:
build-docs:
Expand Down

0 comments on commit 92ce0af

Please sign in to comment.