mirror of
https://github.com/BreizhHardware/project_sanic.git
synced 2026-01-18 16:47:25 +01:00
Update CI configuration to trigger on main and dev branches, and set Python version to 3.13
This commit is contained in:
6
.github/workflows/game-ci.yml
vendored
6
.github/workflows/game-ci.yml
vendored
@@ -1,10 +1,8 @@
|
||||
name: Game CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: *
|
||||
pull_request:
|
||||
branches: [ dev ]
|
||||
branches: [ main, dev ]
|
||||
|
||||
jobs:
|
||||
test-game:
|
||||
@@ -16,7 +14,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.x'
|
||||
python-version: '3.13'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user