Update flake8.yml ci

This commit is contained in:
Jonas Eschle 2025-04-08 09:51:13 +02:00 committed by GitHub
parent da63e0d71c
commit 6e0447755c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,20 @@
name: flake8
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
on:
push:
pull_request:
workflow_dispatch:
push:
tags:
- "*"
branches:
- main
- master
- develop
- "release/*"
pull_request:
jobs:
flake8-lint: