Update CI configuration to trigger on all branches and adjust pull request settings

This commit is contained in:
Félix MARQUET
2025-03-24 13:23:22 +01:00
parent feccefc07c
commit 20486cd6ea

View File

@@ -2,9 +2,9 @@ name: Game CI
on:
push:
branches: [ main ]
branches: *
pull_request:
branches: [ main ]
branches: [ dev ]
jobs:
test-game: