This commit is contained in:
karl
2025-06-01 05:42:46 +08:00
parent f0b734fd7c
commit 5c0d6dc5fe
2 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ on:
branches:
- main
- dev
- next
paths:
- 'backend/**'
- 'pyproject.toml'
@@ -13,6 +14,7 @@ on:
branches:
- main
- dev
- next
paths:
- 'backend/**'
- 'pyproject.toml'

View File

@@ -5,6 +5,7 @@ on:
branches:
- main
- dev
- next
paths-ignore:
- 'backend/**'
- 'pyproject.toml'
@@ -13,6 +14,7 @@ on:
branches:
- main
- dev
- next
paths-ignore:
- 'backend/**'
- 'pyproject.toml'