This commit is contained in:
Louis King
2026-04-19 21:56:59 +01:00
parent 19ac2f8aa1
commit 5df308b6bc
2 changed files with 0 additions and 17 deletions
-8
View File
@@ -5,14 +5,6 @@ on:
branches: [main]
pull_request:
branches: [main]
paths:
- "src/**"
- "tests/**"
- "alembic/**"
- ".python-version"
- "pyproject.toml"
- ".pre-commit-config.yaml"
- ".github/workflows/**"
jobs:
lint:
-9
View File
@@ -3,15 +3,6 @@ name: Build Project Image
on:
push:
branches: [main]
paths:
- "src/**"
- "alembic/**"
- "alembic.ini"
- ".python-version"
- "pyproject.toml"
- "Dockerfile"
- "docker-compose.yml"
- ".github/workflows/**"
tags:
- "v*"