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: on:
push: push:
branches: [ "main" ] branches: [ "main" ]
paths: [ "backend/**" ] paths: [ "backend/**", ".github/**" ]
pull_request: pull_request:
branches: [ "main" ] branches: [ "main" ]
workflow_dispatch: workflow_dispatch:

View File

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

View File

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