chore: update linting workflows to include dev branch in merge_group
This commit is contained in:
parent
1af961f1f7
commit
2102c1d5f2
4 changed files with 25 additions and 1 deletions
2
.github/workflows/lint-py.yml
vendored
2
.github/workflows/lint-py.yml
vendored
|
|
@ -7,6 +7,8 @@ on:
|
|||
- "pyproject.toml"
|
||||
- "src/backend/**"
|
||||
- "tests/**"
|
||||
merge_group:
|
||||
branches: [dev]
|
||||
|
||||
env:
|
||||
POETRY_VERSION: "1.8.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue