Skip to content

Commit

Permalink
improve: add pr and all branch to code quality checkers
Browse files Browse the repository at this point in the history
  • Loading branch information
erfjab committed Nov 6, 2024
1 parent 36f547d commit bcbfec6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: Code Quality Checks
on:
push:
branches:
- master
- '*'
pull_request:
branches:
- '*'

jobs:
ruff:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bcbfec6

Please sign in to comment.