- 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: push:
branches-ignore: branches-ignore:
- 'master' - 'master'
workflow_dispatch:
jobs: jobs:
docker-dev: docker-dev:
runs-on: docker runs-on: docker

View file

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