Skip to content

Commit 012c8be

Browse files
authored
Merge pull request #256 from klihub/fixes/codespell-release-branches
.github: run codespell for release branches, too.
2 parents a582593 + 842db48 commit 012c8be

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/codespell.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ name: Codespell
33

44
on:
55
push:
6-
branches: [main]
6+
branches:
7+
- main
8+
- release/**
79
pull_request:
8-
branches: [main]
10+
branches:
11+
- main
12+
- release/**
913

1014
jobs:
1115
codespell:

0 commit comments

Comments
 (0)