# Workflow manual trigger added.
This commit is contained in:
1
.github/workflows/latest.yaml
vendored
1
.github/workflows/latest.yaml
vendored
@@ -16,6 +16,7 @@ on:
|
|||||||
paths-ignore:
|
paths-ignore:
|
||||||
- README.md
|
- README.md
|
||||||
- src/README.md
|
- src/README.md
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_docker_image:
|
build_docker_image:
|
||||||
|
|||||||
1
.github/workflows/testing.yaml
vendored
1
.github/workflows/testing.yaml
vendored
@@ -14,7 +14,6 @@ on:
|
|||||||
- 'dev'
|
- 'dev'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_docker_image:
|
build_docker_image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user