#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:
|
||||
branches-ignore:
|
||||
- 'master'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
docker-dev:
|
||||
runs-on: docker
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
on:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
docker-pr:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue