add workflow_dispatch

This commit is contained in:
sfja 2026-03-30 10:46:42 +02:00
parent 578738ca85
commit c1645497b2
3 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ on:
paths: [ "backend/**" ]
pull_request:
branches: [ "main" ]
workflow_dispatch
jobs:
check:

View File

@ -6,6 +6,7 @@ on:
paths: [ "game/**" ]
pull_request:
branches: [ "main" ]
workflow_dispatch
jobs:
check:

View File

@ -6,6 +6,7 @@ on:
paths: [ "skateboard/**" ]
pull_request:
branches: [ "main" ]
workflow_dispatch
jobs:
check: