💚 Don't run linters on master, develop and release/* branches
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/pr/lint Pipeline was successful

This commit is contained in:
2024-02-11 17:24:24 +01:00
parent 7ac719db24
commit ff808e7c8f

View File

@@ -5,5 +5,5 @@ steps:
- pip install ruff
- ruff . --format github
when:
- event: pull_request
path: 'backend/**'
- branch:
exclude: [master, develop, release/*]