#0000 - Enable manual workflow dispatch for Docker workflows
This commit is contained in:
parent
a04c24caba
commit
e64fcef4be
2 changed files with 2 additions and 0 deletions
.forgejo/workflows
|
@ -2,6 +2,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- 'master'
|
- 'master'
|
||||||
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
docker-dev:
|
docker-dev:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker-pr:
|
docker-pr:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue