Skip to content

Commit 3bcf497

Browse files
committed
cherry pick changes from PR libgit2#1366
closes libgit2#1366
1 parent c88d78c commit 3bcf497

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/codespell.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ name: Codespell
44

55
on:
66
pull_request:
7+
branches: [master]
78
push:
9+
branches: [master]
810

911
permissions:
1012
contents: read

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Lints
22

33
on:
44
pull_request:
5+
branches: [master]
56
push:
7+
branches: [master]
68
paths-ignore:
79
- '**.rst'
810

0 commit comments

Comments
 (0)