Merge pull request #159 from ipnet-mesh/chore/action-fixes-2

Updates
This commit is contained in:
JingleManSweep
2026-04-19 22:14:27 +01:00
committed by GitHub
2 changed files with 0 additions and 23 deletions
-11
View File
@@ -5,17 +5,6 @@ on:
branches: [main]
pull_request:
branches: [main]
paths:
- "src/**"
- "tests/**"
- "alembic/**"
- ".python-version"
- "pyproject.toml"
- ".pre-commit-config.yaml"
- "AGENTS.md"
- "README.md"
- ".agents/**"
- ".github/**"
jobs:
lint:
-12
View File
@@ -3,18 +3,6 @@ name: Build Project Image
on:
push:
branches: [main]
paths:
- "src/**"
- "alembic/**"
- "alembic.ini"
- ".python-version"
- "pyproject.toml"
- "Dockerfile"
- "docker-compose.*.yml"
- "AGENTS.md"
- "README.md"
- ".agents/**"
- ".github/**"
tags:
- "v*"