Updated Git workflow. Linter to Python 3.13, Image publisher will only execute when a commit is performend on main.

This commit is contained in:
TheNetworkGuy 2025-06-12 13:51:59 +02:00
parent c58e5aba1e
commit 76723d2823
2 changed files with 1 additions and 5 deletions

View File

@ -5,10 +5,6 @@ on:
push: push:
branches: branches:
- main - main
pull_request:
branches:
- main
types: [opened, synchronize]
jobs: jobs:
test_quality: test_quality:

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: ["3.11","3.12"] python-version: ["3.12","3.13"]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}