Skip to content

Commit

Permalink
feat(ci): Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekMasher authored Nov 18, 2024
1 parent f7ba336 commit 6b3c992
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
branches: [main, develop]
schedule:
- cron: 0 14 * * *

jobs:
container:
Expand All @@ -24,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 6b3c992

Please sign in to comment.