chore: update linting workflows to include dev branch in merge_group

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-06-24 10:51:43 -03:00
commit 2102c1d5f2
4 changed files with 25 additions and 1 deletions

View file

@ -7,6 +7,8 @@ on:
- "pyproject.toml"
- "src/backend/**"
- "tests/**"
merge_group:
branches: [dev]
env:
POETRY_VERSION: "1.8.2"