- Remove workflow_dispatch trigger from Forgejo workflows

This commit is contained in:
Guillaume "B.B." Van Hemmen 2025-06-25 17:28:55 +00:00
parent 0bd84540a6
commit 63c33c0771
3 changed files with 0 additions and 4 deletions

View file

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

View file

@ -4,7 +4,6 @@ on:
- 'master'
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
docker-master:
runs-on: docker

View file

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