mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-13 21:12:57 +00:00
Allow workflows to be triggered manually
This commit is contained in:
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@@ -45,6 +45,7 @@ on:
|
||||
- "Makefile"
|
||||
- "pytest.ini"
|
||||
- "requirements-dev.txt"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-test-publish-images:
|
||||
|
1
.github/workflows/pre-commit.yml
vendored
1
.github/workflows/pre-commit.yml
vendored
@@ -6,6 +6,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
run-hooks:
|
||||
|
1
.github/workflows/sphinx.yml
vendored
1
.github/workflows/sphinx.yml
vendored
@@ -18,6 +18,7 @@ on:
|
||||
- "docs/**"
|
||||
- ".readthedocs.yaml"
|
||||
- "requirements-dev.txt"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-docs:
|
||||
|
Reference in New Issue
Block a user