mirror of
https://github.com/BreizhHardware/project_sanic.git
synced 2026-01-18 16:47:25 +01:00
Update CI configuration to trigger on all branches and adjust pull request settings
This commit is contained in:
4
.github/workflows/game-ci.yml
vendored
4
.github/workflows/game-ci.yml
vendored
@@ -2,9 +2,9 @@ name: Game CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: *
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ dev ]
|
||||
|
||||
jobs:
|
||||
test-game:
|
||||
|
||||
Reference in New Issue
Block a user