Skip to content

Commit b8d6af3

Browse files
committed
CI: Disable defunct style checks for maintenance branches
1 parent 8b3a957 commit b8d6af3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/contrib.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ on:
44
push:
55
branches:
66
- master
7-
- maint/*
87
pull_request:
98
branches:
109
- master
11-
- maint/*
1210

1311
defaults:
1412
run:
@@ -47,7 +45,7 @@ jobs:
4745
run: |
4846
python -m black --diff --color --check wrapper
4947
python -m isort --diff --color --check wrapper
50-
48+
5149
codespell:
5250
name: Check for spelling errors
5351
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)