diff --git a/.forgejo/workflows/botplugin.yaml b/.forgejo/workflows/botplugin.yaml index a6ce657..935b4d7 100644 --- a/.forgejo/workflows/botplugin.yaml +++ b/.forgejo/workflows/botplugin.yaml @@ -1,10 +1,12 @@ name: GBCI on: - push: - branches: ["main"] - pull_request: - branches: ["main"] + workflow_dispatch: + # Disabled auto-trigger - enable when needed + # push: + # branches: ["main"] + # pull_request: + # branches: ["main"] jobs: build: