- Enable manual workflow dispatch for Docker workflows

This commit is contained in:
Guillaume "B.B." Van Hemmen 2025-06-25 17:15:31 +00:00
parent a04c24caba
commit e64fcef4be
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@ on:
push:
branches-ignore:
- 'master'
workflow_dispatch:
jobs:
docker-dev:
runs-on: docker

View file

@ -1,5 +1,6 @@
on:
pull_request:
workflow_dispatch:
jobs:
docker-pr: