run on push to .github/

This commit is contained in:
sfja 2026-03-30 11:08:59 +02:00
parent 476765b685
commit aa08bd49d1
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ name: Backend
on:
push:
branches: [ "main" ]
paths: [ "backend/**" ]
paths: [ "backend/**", ".github/**" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

View File

@ -3,7 +3,7 @@ name: Game
on:
push:
branches: [ "main" ]
paths: [ "game/**" ]
paths: [ "game/**", ".github/**" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

View File

@ -3,7 +3,7 @@ name: Skateboard
on:
push:
branches: [ "main" ]
paths: [ "skateboard/**" ]
paths: [ "skateboard/**", ".github/**" ]
pull_request:
branches: [ "main" ]
workflow_dispatch: